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 = 285 
  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.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "79.80"
    },
    "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": 35,
            "rows_produced_per_join": 31,
            "filtered": "90.00",
            "index_condition": "(`webmarco`.`cscart_settings_objects`.`section_id` <=> 285)",
            "cost_info": {
              "read_cost": "35.00",
              "eval_cost": "6.30",
              "prefix_cost": "42.00",
              "data_read_per_join": "24K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "((find_in_set('STOREFRONT',`webmarco`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`webmarco`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:STOREFRONT',`webmarco`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:ROOT',`webmarco`.`cscart_settings_objects`.`edition_type`)) and (`webmarco`.`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": [
              "webmarco.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 31,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "31.50",
              "eval_cost": "6.30",
              "prefix_cost": "79.80",
              "data_read_per_join": "755"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6564 cron_key 285 286 I 0 N cron_key 4X0j9R9i7s7I5X3
6571 enable_xml_sitemap 285 287 C 0 N enable_xml_sitemap Y
6597 enable_html_sitemap 285 288 C 0 N enable_html_sitemap Y
6598 enable_xml_images_map 285 289 C 0 N enable_xml_images_map Y
6565 exclude_categories 285 286 S 10 N exclude_categories without_products
6572 include_companies 285 287 C 10 N include_companies Y
6566 exclude_brands 285 286 S 20 N exclude_brands without_products
6573 add_lastmod 285 287 C 20 N add_lastmod Y
6567 exclude_products 285 286 S 30 N exclude_products none
6568 exclude_products_variations 285 286 C 40 N exclude_products_variations N
6575 include_products 285 287 C 40 N include_products Y
6569 code 285 286 D 50 N code ABA-8gF4gcE6mbVugmji9Rxd2
6576 products_changefreq 285 287 S 50 N products_changefreq daily
6570 build 285 286 D 60 N build 762
6577 products_priority 285 287 S 60 N products_priority 0.5
6579 include_categories 285 287 C 80 N include_categories Y
6580 categories_changefreq 285 287 S 90 N categories_changefreq daily
6581 categories_priority 285 287 S 100 N categories_priority 0.5
6583 include_pages 285 287 C 120 N include_pages Y
6584 include_blog 285 287 C 130 N include_blog Y
6585 pages_changefreq 285 287 S 140 N pages_changefreq daily
6586 pages_priority 285 287 S 150 N pages_priority 0.5
6588 include_extended 285 287 C 170 N include_extended Y
6589 feature_variants_changefreq 285 287 S 180 N feature_variants_changefreq daily
6590 feature_variants_priority 285 287 S 190 N feature_variants_priority 0.5
6592 custom_links_changefreq 285 287 S 210 N custom_links_changefreq daily
6593 custom_links_priority 285 287 S 220 N custom_links_priority 0.5
6595 other_links_changefreq 285 287 S 240 N other_links_changefreq daily
6596 other_links_priority 285 287 S 250 N other_links_priority 0.5