SELECT 
  cscart_settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  cscart_settings_objects.name as description, 
  (
    CASE WHEN company_values.object_id IS NOT NULL THEN company_values.value WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE cscart_settings_objects.value END
  ) AS value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values AS company_values ON company_values.object_id = cscart_settings_objects.object_id 
  AND company_values.company_id = 1 
  AND company_values.storefront_id = 1 
  LEFT JOIN cscart_settings_vendor_values AS storefront_values ON storefront_values.object_id = cscart_settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND section_id = 298 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "company_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "table": {
      "table_name": "storefront_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_settings_objects.position",
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ref",
          "possible_keys": ["section_id"],
          "key": "section_id",
          "key_length": "4",
          "used_key_parts": ["section_id"],
          "ref": ["const"],
          "rows": 108,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 298 and (find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6744 google_xml_notice 298 304 E 0 N google_xml_notice google_xml_notice.tpl
6738 mail_lists 298 303 S 0 N mail_lists 0
6718 post_display_sd 298 302 C 0 N post_display_sd N
6708 list_display_cat_sd 298 301 C 0 N list_display_cat_sd N
6706 cp_blog_power_color_scheme_settings 298 300 E 0 N cp_blog_power_color_scheme_settings color_scheme.tpl
6701 blog_date_format 298 299 S 0 N blog_date_format %d/%m/%Y
6757 generate_blog_category_meta 298 305 C 0 N generate_blog_category_meta Y
6760 rss_cron_pass 298 306 I 0 N rss_cron_pass ZXA_cron_go_AXZ
6739 move_subscribers 298 303 O 10 N move_subscribers
6719 post_display_read_time 298 302 C 10 N post_display_read_time N
6709 list_display_read_time 298 301 C 10 N list_display_read_time N
6707 blog_colors 298 300 D 10 N blog_colors a:13:{s:12:"header_color";s:7:"#272727";s:10:"link_color";s:7:"#2f39fa";s:12:"button_color";s:7:"#464451";s:17:"button_text_color";s:7:"#ffffff";s:10:"date_color";s:7:"#2f39fa";s:15:"date_text_color";s:7:"#ffffff";s:20:"content_header_color";s:7:"#272727";s:18:"content_text_color";s:7:"#434343";s:18:"content_link_color";s:7:"#2f39fa";s:19:"blocks_header_color";s:7:"#272727";s:17:"blocks_text_color";s:7:"#434343";s:17:"blocks_link_color";s:7:"#2f39fa";s:19:"blocks_border_color";s:7:"#434343";}
6702 posts_per_page 298 299 I 10 N posts_per_page 12
6758 generate_blog_article_meta 298 305 C 10 N generate_blog_article_meta N
6761 rss_cron_info 298 306 O 10 N rss_cron_info
6746 include_posts 298 304 C 20 N include_posts Y
6740 marketing_info 298 303 O 20 N marketing_info
6720 post_display_views 298 302 C 20 N post_display_views N
6710 list_display_views 298 301 C 20 N list_display_views N
6703 brand_feature_id 298 299 S 20 N brand_feature_id 0
6759 add_to_sitemap 298 305 S 20 N add_to_sitemap full_categories_tree
6747 posts_change 298 304 S 30 N posts_change daily
6741 notices_list 298 303 S 30 N notices_list 0
6721 post_show_image 298 302 C 30 N post_show_image N
6711 list_display_date 298 301 C 30 N list_display_date Y
6704 allow_authors 298 299 C 30 N allow_authors N
6763 generate_news 298 306 O 30 N generate_news
6742 send_article_delay 298 303 I 40 N send_article_delay 12
6748 posts_priority 298 304 S 40 N posts_priority 0.5
6722 post_image_position 298 302 S 40 N post_image_position top
6712 list_display_comments 298 301 C 40 N list_display_comments N
6705 author_settings 298 299 S 40 N author_settings 0
6764 ya_n_last_days 298 306 I 40 N ya_n_last_days 3
6743 send_articles 298 303 I 50 N send_articles 1
6723 post_image_width 298 302 I 50 N post_image_width 100%
6713 list_display_author 298 301 C 50 N list_display_author N
6750 include_blog_categories 298 304 C 60 N include_blog_categories Y
6724 post_image_height 298 302 I 60 N post_image_height auto
6714 list_display_type 298 301 C 60 N list_display_type N
6766 generate_dzen 298 306 O 60 N generate_dzen
6751 blog_categories_change 298 304 S 70 N blog_categories_change daily
6725 post_display_author 298 302 C 70 N post_display_author N
6715 list_show_tags 298 301 C 70 N list_show_tags N
6767 ya_z_last_days 298 306 I 70 N ya_z_last_days 3
6752 blog_categories_priority 298 304 S 80 N blog_categories_priority 0.5
6726 post_display_categories 298 302 C 80 N post_display_categories N
6716 list_display_short_description 298 301 C 80 N list_display_short_description Y
6727 post_display_type 298 302 C 90 N post_display_type N
6717 list_display_view_more 298 301 C 90 N list_display_view_more N
6769 generate_turbo 298 306 O 90 N generate_turbo
6754 include_blog_authors 298 304 C 100 N include_blog_authors Y
6770 ya_t_last_days 298 306 I 100 N ya_t_last_days 3
6729 progress_bar_height 298 302 I 110 N progress_bar_height 5
6755 blog_authors_change 298 304 S 110 N blog_authors_change daily
6730 progress_bar_color 298 302 I 120 N progress_bar_color #958e8e
6756 blog_authors_priority 298 304 S 120 N blog_authors_priority 0.5
6731 progress_bar_offset 298 302 I 130 N progress_bar_offset 0
6732 progress_bar_scroll 298 302 I 140 N progress_bar_scroll 150
6734 gallery_image_width 298 302 I 160 N gallery_image_width 895
6735 gallery_image_height 298 302 I 170 N gallery_image_height
6736 gallery_type 298 302 S 180 N gallery_type scroller
6737 gallery_columns 298 302 I 190 N gallery_columns 3