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 = 260 
  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.00108

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": 62,
              "filtered": 100,
              "attached_condition": "cscart_settings_objects.section_id <=> 260 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
6596 licensekey 260 261 I 0 N licensekey CP-MP-524H-L80V-5JX5-4GK0
6625 show_thumbnails 260 263 C 0 N show_thumbnails Y
6654 use_sm 260 264 C 0 N use_sm Y
6657 use_boost 260 265 C 0 N use_boost Y
6597 cron_password 260 261 I 10 N cron_password PASSWORD
6606 search_by_exact_phrase 260 262 S 10 N search_by_exact_phrase all
6626 thumbnails_width 260 263 I 10 N thumbnails_width 70
6655 show_sm 260 264 N 10 N show_sm #M#sm_home=Y&sm_cart=Y&sm_checkout=Y&sm_profile=Y&sm_pages=Y&sm_categories=Y&sm_products=Y
6658 index_cron_info 260 265 O 10 N index_cron_info
6598 record_search_history 260 261 C 20 N record_search_history Y
6607 speller 260 262 S 20 N speller none
6627 thumbnails_height 260 263 I 20 N thumbnails_height 70
6656 sm_info 260 264 O 20 N sm_info
6599 letters_to_start 260 261 I 30 N letters_to_start 3
6608 spell_amount 260 262 I 30 N spell_amount 5
6628 show_product_code 260 263 C 30 N show_product_code N
6600 search_delay 260 261 I 40 N search_delay 500
6609 search_in_short_description 260 262 C 40 N search_in_short_description N
6629 show_product_price 260 263 C 40 N show_product_price Y
6601 items_limit 260 261 I 50 N items_limit 5
6610 search_in_full_description 260 262 C 50 N search_in_full_description N
6630 show_list_price 260 263 C 50 N show_list_price N
6602 show_ajax_loader 260 261 C 60 N show_ajax_loader Y
6611 search_in_keywords 260 262 C 60 N search_in_keywords Y
6631 show_add_to_cart 260 263 C 60 N show_add_to_cart Y
6603 ajax_loader 260 261 S 70 N ajax_loader loader_1
6612 search_by_product_code 260 262 C 70 N search_by_product_code Y
6632 show_add_to_wishlist 260 263 C 70 N show_add_to_wishlist N
6604 popup_mheight 260 261 I 80 N popup_mheight 600px
6613 search_by_categories 260 262 S 80 N search_by_categories in_categories
6633 show_add_to_comparison_list 260 263 C 80 N show_add_to_comparison_list N
6614 search_by_vendors 260 262 C 90 N search_by_vendors N
6634 show_product_category 260 263 S 90 N show_product_category none
6615 separate_common_products 260 262 C 100 N separate_common_products N
6635 show_category_labels 260 263 S 100 N show_category_labels random
6616 q_ignore 260 262 110 N q_ignore # №
6636 category_labels_colors 260 263 I 110 N category_labels_colors
6617 search_synonym_part 260 262 C 120 N search_synonym_part Y
6637 style_settings 260 263 D 120 N style_settings a:13:{s:10:"background";a:2:{s:5:"color";s:7:"#ffffff";s:11:"hover_color";s:7:"#f3f3f3";}s:17:"header_background";a:2:{s:5:"color";s:7:"#efefef";s:11:"hover_color";s:7:"#efefef";}s:12:"popup_titles";a:2:{s:5:"color";s:7:"#434343";s:11:"hover_color";s:7:"#434343";}s:11:"add_to_cart";a:2:{s:5:"color";s:7:"#808080";s:11:"hover_color";s:7:"#b06c07";}s:15:"add_to_wishlist";a:2:{s:5:"color";s:7:"#808080";s:11:"hover_color";s:7:"#980d29";}s:14:"add_to_compare";a:2:{s:5:"color";s:7:"#1c1c1c";s:11:"hover_color";s:7:"#3060ab";}s:9:"load_more";a:2:{s:5:"color";s:7:"#26323e";s:11:"hover_color";s:7:"#192129";}s:8:"view_all";a:2:{s:5:"color";s:7:"#ffffff";s:11:"hover_color";s:7:"#f3f3f3";}s:13:"view_all_text";a:2:{s:5:"color";s:7:"#26323e";s:11:"hover_color";s:7:"#192129";}s:12:"product_name";a:2:{s:5:"color";s:7:"#313030";s:11:"hover_color";s:7:"#313030";}s:12:"product_code";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}s:13:"product_price";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}s:10:"list_price";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}}
6638 use_suggestions 260 263 S 130 N use_suggestions auto
6619 use_cache 260 262 C 140 N use_cache Y
6639 suggestions_amount 260 263 I 140 N suggestions_amount 5
6620 ignore_symbols 260 262 150 N ignore_symbols # №
6640 h_suggestions_letters 260 263 I 150 N h_suggestions_letters 4
6621 order_results 260 262 S 160 N order_results weight
6641 h_suggestions_requests 260 263 I 160 N h_suggestions_requests 10
6622 searchinfeatures 260 262 C 170 N searchinfeatures N
6642 show_brands_result 260 263 C 170 N show_brands_result N
6623 searchinoptions 260 262 C 180 N searchinoptions Y
6643 brand_id 260 263 S 180 N brand_id 0
6624 cache_info 260 262 O 190 N cache_info
6644 brands_amount 260 263 I 190 N brands_amount 5
6645 show_categories_result 260 263 C 200 N show_categories_result N
6646 show_categories_path 260 263 C 210 N show_categories_path N
6647 categories_amount 260 263 I 220 N categories_amount 5
6648 show_f_products_result 260 263 C 230 N show_f_products_result N
6649 f_products_amount 260 263 I 240 N f_products_amount 5
6650 show_vendors_result 260 263 C 250 N show_vendors_result N
6651 vendors_amount 260 263 I 260 N vendors_amount 5
6652 show_items 260 263 N 270 N show_items N
6653 items_amount 260 263 I 280 N items_amount 5