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 = 152 
  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.00028

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE storefront_values system PRIMARY,storefront_id,company_id 0 const row not found
1 SIMPLE cscart_settings_objects ref section_id section_id 4 const 45 Using where; Using filesort

Result

object_id name section_id section_tab_id type position is_global description value
6059 auto_creating_alt_title_for_products 152 153 C 0 N auto_creating_alt_title_for_products Y
6065 seo_template_is_active 152 154 C 0 N seo_template_is_active Y
6067 exclude_from_index_status_hidden 152 155 C 0 N exclude_from_index_status_hidden Y
6071 clear_url 152 156 O 0 N clear_url
6075 show_social_buttons 152 157 C 0 N show_social_buttons N
6060 enable_noindex_parser 152 153 C 10 N enable_noindex_parser N
6066 seo_template_hide_description_on_slave_page 152 154 C 10 N seo_template_hide_description_on_slave_page N
6068 seo_indexation_enable 152 155 C 10 N seo_indexation_enable Y
6072 include_categories 152 156 C 10 N include_categories Y
6076 footer_code 152 157 I 10 N footer_code <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5814804bdc30c04c"></script>
6061 enable_self_url_parser 152 153 C 20 N enable_self_url_parser N
6069 seo_indexation_no_index_more_than_two_filters 152 155 C 20 N seo_indexation_no_index_more_than_two_filters N
6073 include_products 152 156 C 20 N include_products Y
6077 inline_code 152 157 I 20 N inline_code <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_inline_share_toolbox"></div>
6062 enable_relative_links 152 153 C 30 N enable_relative_links N
6070 exclude_index_text 152 155 I 30 N exclude_index_text sort_by, items_per_page, selected_section
6074 link_to_company_logo 152 156 I 30 N link_to_company_logo
6078 social_button_on_products_view 152 157 S 30 N social_button_on_products_view product_detail_bottom
6063 additional_class_for_removed_links 152 153 I 40 N additional_class_for_removed_links cp-removed-link
6064 meta_url_og_image 152 153 I 50 N meta_url_og_image