SELECT 
  settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  settings_objects.name as description, 
  (
    CASE WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE settings_objects.value END
  ) AS value 
FROM 
  settings_objects 
  LEFT JOIN settings_vendor_values AS storefront_values ON storefront_values.object_id = settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND section_id = 621 
  AND (
    FIND_IN_SET(
      'STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', settings_objects.edition_type
    )
  ) 
  AND settings_objects.type <> 'H' 
ORDER BY 
  settings_objects.position

Query time 0.00341

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "27.35"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "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": 23,
            "rows_produced_per_join": 20,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "4.50",
              "eval_cost": "2.07",
              "prefix_cost": "6.80",
              "data_read_per_join": "16K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`goimagine`.`settings_objects`.`edition_type`))) and (`goimagine`.`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": [
              "goimagine.settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 20,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "18.48",
              "eval_cost": "2.07",
              "prefix_cost": "27.35",
              "data_read_per_join": "496"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
7704 licensekey 621 622 I 0 N licensekey CP-OP-W1ES-8648-Z34K-P50S
7724 use_country_prefix 621 624 C 0 N use_country_prefix Y
7720 code_valid_time 621 623 I 0 N code_valid_time 3
7705 login_type 621 622 S 10 N login_type password
7725 default_country 621 624 S 10 N default_country US
7721 new_send_time 621 623 I 10 N new_send_time 1
7726 no_mask_placeholder 621 624 I 20 N no_mask_placeholder
7722 code_attempts 621 623 I 20 N code_attempts 3
7706 call_password 621 622 C 20 N call_password N
7723 last_num_confirm 621 623 C 30 N last_num_confirm Y
7707 fast_registration 621 622 C 30 N fast_registration N
7708 required_email 621 622 C 40 N required_email Y
7709 exclude_email 621 622 C 50 N exclude_email N
7710 use_fake_email 621 622 C 60 N use_fake_email N
7711 default_auth_method 621 622 S 70 N default_auth_method email
7712 email_error 621 622 C 80 N email_error Y
7713 guest_order_verify 621 622 C 90 N guest_order_verify N
7714 guest_order 621 622 C 100 N guest_order N
7715 comfirm_on 621 622 N 110 N comfirm_on N
7716 send_registration_data 621 622 C 120 N send_registration_data Y
7717 registration_data_text 621 622 O 130 N registration_data_text
7718 verification_texts 621 622 O 140 N verification_texts
7719 settings_scripts 621 622 E 150 N settings_scripts settings_scripts.tpl