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 = 284 
  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.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "17.95"
    },
    "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": 27,
            "rows_produced_per_join": 24,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "6.75",
              "eval_cost": "2.43",
              "prefix_cost": "9.45",
              "data_read_per_join": "19K"
            },
            "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": 24,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "6.07",
              "eval_cost": "2.43",
              "prefix_cost": "17.95",
              "data_read_per_join": "583"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6597 ss_deepl_enable_logs 284 289 C 0 N ss_deepl_enable_logs N
6596 ss_deepl_stats 284 288 O 0 N ss_deepl_stats
6581 ss_deepl_api_key 284 285 I 0 N ss_deepl_api_key aa16286e-6348-6bf3-2039-3f7c73cf1483:fx
6595 ss_deepl_counter 284 287 O 0 N ss_deepl_counter
6588 ss_deepl_sections 284 286 N 0 N ss_deepl_sections #M#product=Y&full_description=Y
6582 ss_deepl_service 284 285 S 10 N ss_deepl_service free
6589 ss_deepl_sections_categories 284 286 N 10 N ss_deepl_sections_categories #M#category=Y&description=Y
6583 ss_deepl_auto_translate 284 285 S 20 N ss_deepl_auto_translate none
6590 ss_deepl_sections_promotions 284 286 N 20 N ss_deepl_sections_promotions #M#name=Y&detailed_description=Y
6584 ss_deepl_auto_translate_items 284 285 N 30 N ss_deepl_auto_translate_items #M#product=Y&full_description=Y
6591 ss_deepl_from_language 284 286 S 30 N ss_deepl_from_language pl
6592 ss_deepl_from_storefront 284 286 S 40 N ss_deepl_from_storefront 1
6585 ss_deepl_redirect_target_lang 284 285 C 40 N ss_deepl_redirect_target_lang N
6593 ss_deepl_to_language 284 286 S 50 N ss_deepl_to_language pl
6586 ss_deepl_link 284 285 O 50 N ss_deepl_link
6587 ss_deepl_cron_link 284 285 O 60 N ss_deepl_cron_link
6594 ss_deepl_to_storefront 284 286 S 60 N ss_deepl_to_storefront 1