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 = 1486 
  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.00074

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": 20,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 1486 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
11432 cron_command 1486 1488 E 0 N cron_command cron.tpl
11420 api_key 1486 1487 I 10 N api_key AIzaSyCYj7KdCcslA6ykUSNP5Asu7EM0bEe3ORU
11421 model 1486 1487 I 20 N model gemini-2.5-flash
11423 languages 1486 1487 N 40 N languages #M#ko=Y
11424 base_lang 1486 1487 S 50 N base_lang en
11426 events 1486 1487 N 70 N events N
11428 fields 1486 1487 E 90 N fields fields.tpl
11429 fields_to_translate 1486 1487 D 100 N fields_to_translate a:5:{s:8:"products";a:4:{i:0;s:4:"name";i:1;s:20:"detailed_description";i:2;s:17:"short_description";i:3;s:10:"promo_text";}s:10:"categories";a:1:{i:0;s:4:"name";}s:4:"blog";a:2:{i:0;s:4:"name";i:1;s:11:"description";}s:5:"pages";a:2:{i:0;s:4:"name";i:1;s:11:"description";}s:6:"blocks";a:2:{i:0;s:7:"content";i:1;s:4:"name";}}
11430 translate_translated 1486 1487 C 110 N translate_translated N
11431 translate_entity_when_update 1486 1487 C 120 N translate_entity_when_update Y