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 = 239 
  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.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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": 29,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 239 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'"
        }
      }
    },
    "table": {
      "table_name": "storefront_values",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "key": "PRIMARY",
      "key_length": "11",
      "used_key_parts": ["object_id", "company_id", "storefront_id"],
      "ref": ["devmotorsbay.cscart_settings_objects.object_id", "const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6367 exclude_categories 239 240 S 0 N exclude_categories without_products
6373 enable_xml_sitemap 239 241 C 0 N enable_xml_sitemap Y
6400 enable_html_sitemap 239 242 C 0 N enable_html_sitemap Y
6401 enable_xml_images_map 239 243 C 0 N enable_xml_images_map Y
6368 exclude_brands 239 240 S 10 N exclude_brands without_products
6374 include_companies 239 241 C 10 N include_companies Y
6402 add_title_and_caption 239 243 C 10 N add_title_and_caption Y
6369 exclude_products 239 240 S 20 N exclude_products none
6375 add_lastmod 239 241 C 20 N add_lastmod Y
6403 add_variation_features_description 239 243 C 20 N add_variation_features_description Y
6370 exclude_products_variations 239 240 C 30 N exclude_products_variations N
6371 code 239 240 D 40 N code ABA-q3jjNdps0bahfd7BKHP9H
6377 include_products 239 241 C 40 N include_products Y
6372 build 239 240 D 50 N build 1017
6378 products_changefreq 239 241 S 50 N products_changefreq daily
6379 products_priority 239 241 S 60 N products_priority 0.5
6380 add_vendor_offers 239 241 C 70 N add_vendor_offers Y
6382 include_categories 239 241 C 90 N include_categories Y
6383 categories_changefreq 239 241 S 100 N categories_changefreq daily
6384 categories_priority 239 241 S 110 N categories_priority 0.5
6386 include_pages 239 241 C 130 N include_pages Y
6387 include_blog 239 241 C 140 N include_blog Y
6388 pages_changefreq 239 241 S 150 N pages_changefreq daily
6389 pages_priority 239 241 S 160 N pages_priority 0.5
6391 include_extended 239 241 C 180 N include_extended Y
6392 feature_variants_changefreq 239 241 S 190 N feature_variants_changefreq daily
6393 feature_variants_priority 239 241 S 200 N feature_variants_priority 0.5
6395 custom_links_changefreq 239 241 S 220 N custom_links_changefreq daily
6396 custom_links_priority 239 241 S 230 N custom_links_priority 0.5
6398 other_links_changefreq 239 241 S 250 N other_links_changefreq daily
6399 other_links_priority 239 241 S 260 N other_links_priority 0.5