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 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 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 = 302 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00073

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "56.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ref",
            "possible_keys": [
              "section_id"
            ],
            "key": "section_id",
            "used_key_parts": [
              "section_id"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 104,
            "rows_produced_per_join": 93,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "13.45",
              "eval_cost": "9.36",
              "prefix_cost": "23.85",
              "data_read_per_join": "73K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`cscartdevel`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`cscartdevel`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`cscartdevel`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`cscartdevel`.`cscart_settings_objects`.`edition_type`))) and (`cscartdevel`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "cscartdevel.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 93,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "23.40",
              "eval_cost": "9.36",
              "prefix_cost": "56.61",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6674 licensekey 302 303 I 0 N licensekey J0MY0-SGDY9-A6P1H-IRHMB
6759 special_characters_for_search_words 302 309 0 N special_characters_for_search_words
6757 use_boost 302 308 C 0 N use_boost N
6754 record_search_history 302 307 C 0 N record_search_history Y
6750 use_sm 302 306 C 0 N use_sm N
6705 show_thumbnails 302 305 C 0 N show_thumbnails Y
6675 cron_password 302 303 I 10 N cron_password PASSWORD
6760 search_words_generation_cron_info 302 309 O 10 N search_words_generation_cron_info
6758 index_cron_info 302 308 O 10 N index_cron_info
6755 clear_search_history_days_period 302 307 I 10 N clear_search_history_days_period 0
6751 show_sm 302 306 N 10 N show_sm N
6706 thumbnails_width 302 305 I 10 N thumbnails_width 70
6685 search_by_exact_phrase 302 304 S 10 N search_by_exact_phrase all
6752 sm_info 302 306 O 20 N sm_info
6756 clear_search_history_cron_info 302 307 O 20 N clear_search_history_cron_info
6676 letters_to_start 302 303 I 20 N letters_to_start 3
6686 speller 302 304 S 20 N speller none
6707 thumbnails_height 302 305 I 20 N thumbnails_height 70
6753 sm_speed_animation 302 306 I 30 N sm_speed_animation 0.2
6687 spell_amount 302 304 I 30 N spell_amount 5
6677 search_delay 302 303 I 30 N search_delay 500
6708 show_product_code 302 305 C 30 N show_product_code Y
6688 search_in_tags 302 304 C 40 N search_in_tags N
6678 items_limit 302 303 I 40 N items_limit 5
6709 show_product_price 302 305 C 40 N show_product_price Y
6710 show_list_price 302 305 C 50 N show_list_price Y
6679 show_ajax_loader 302 303 C 50 N show_ajax_loader Y
6689 search_in_short_description 302 304 C 50 N search_in_short_description N
6690 search_in_full_description 302 304 C 60 N search_in_full_description N
6680 ajax_loader 302 303 S 60 N ajax_loader loader_1
6711 show_add_to_cart 302 305 C 60 N show_add_to_cart Y
6691 search_in_keywords 302 304 C 70 N search_in_keywords Y
6681 popup_mheight 302 303 I 70 N popup_mheight 600px
6712 show_add_to_wishlist 302 305 C 70 N show_add_to_wishlist N
6692 search_by_product_code 302 304 C 80 N search_by_product_code Y
6682 allow_vendor_synon 302 303 C 80 N allow_vendor_synon N
6713 show_add_to_comparison_list 302 305 C 80 N show_add_to_comparison_list N
6714 prod_search_sort 302 305 C 90 N prod_search_sort N
6683 synon_moderation 302 303 C 90 N synon_moderation Y
6693 search_by_categories 302 304 S 90 N search_by_categories none
6694 search_by_vendors 302 304 C 100 N search_by_vendors N
6715 prod_search_sort_amount 302 305 C 100 N prod_search_sort_amount N
6695 separate_common_products 302 304 C 110 N separate_common_products N
6716 show_product_category 302 305 S 110 N show_product_category none
6696 q_ignore 302 304 120 N q_ignore
6717 category_sorting 302 305 S 120 N category_sorting none
6718 show_category_labels 302 305 S 130 N show_category_labels random
6697 search_synonym_part 302 304 C 130 N search_synonym_part N
6719 category_labels_colors 302 305 I 140 N category_labels_colors
6699 use_cache 302 304 C 150 N use_cache N
6720 style_settings 302 305 D 150 N style_settings a:14:{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";}s:16:"category_filters";a:2:{s:5:"color";s:7:"#26323e";s:11:"hover_color";s:7:"#192129";}}
6700 ignore_symbols 302 304 160 N ignore_symbols
6701 order_results 302 304 S 170 N order_results popularity
6722 enable_fbc 302 305 C 170 N enable_fbc N
6723 fbc_amount 302 305 I 180 N fbc_amount 8
6702 searchinfeatures 302 304 C 180 N searchinfeatures N
6703 searchinoptions 302 304 C 190 N searchinoptions N
6725 use_suggestions 302 305 S 200 N use_suggestions none
6704 cache_info 302 304 O 200 N cache_info
6726 suggestions_amount 302 305 I 210 N suggestions_amount 5
6727 h_suggestions_letters 302 305 I 220 N h_suggestions_letters 4
6728 h_suggestions_requests 302 305 I 230 N h_suggestions_requests 10
6730 show_brands_result 302 305 C 250 N show_brands_result N
6731 brand_id 302 305 S 260 N brand_id 0
6732 brands_amount 302 305 I 270 N brands_amount 5
6734 show_categories_result 302 305 C 290 N show_categories_result Y
6735 show_categories_path 302 305 C 300 N show_categories_path Y
6736 categories_amount 302 305 I 310 N categories_amount 5
6738 categories_on_result_page 302 305 S 330 N categories_on_result_page N
6739 search_categories_amount 302 305 I 340 N search_categories_amount 10
6741 show_f_products_result 302 305 C 360 N show_f_products_result N
6742 f_products_amount 302 305 I 370 N f_products_amount 5
6743 f_show_by_pcode 302 305 C 380 N f_show_by_pcode N
6745 show_vendors_result 302 305 C 400 N show_vendors_result N
6746 vendors_amount 302 305 I 410 N vendors_amount 5
6748 show_items 302 305 N 430 N show_items N
6749 items_amount 302 305 I 440 N items_amount 5