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, 
  IF(
    cscart_settings_vendor_values.value IS NULL, 
    cscart_settings_objects.value, 
    cscart_settings_vendor_values.value
  ) as value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id 
  AND company_id = 1 
WHERE 
  1 
  AND section_id = '43' 
  AND (
    FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00036

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_settings_vendor_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "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": 6,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> '43' and (find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6031 notice 43 44 O 0 N notice
6032 recaptcha_site_key 43 44 I 10 N recaptcha_site_key 6LegVZsUAAAAALKM1mmBGfGHA1xYM9e9MLuWdLc2
6033 recaptcha_secret 43 44 I 20 N recaptcha_secret 6LegVZsUAAAAAAodTSGxz_TP_ZYiSggCopbQjau1
6034 recaptcha_theme 43 44 S 30 N recaptcha_theme light
6035 recaptcha_size 43 44 S 40 N recaptcha_size normal
6036 recaptcha_type 43 44 S 50 N recaptcha_type image
6037 settings_proxy 43 44 O 60 N settings_proxy