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 = 549 
  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.00089

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": 21,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 549 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
7328 log_mail_send 549 550 C 0 N log_mail_send Y
7329 log_test_mail_send 549 550 C 10 N log_test_mail_send Y
7330 email_image_width 549 550 I 20 N email_image_width 160
7331 clear_logs_day 549 550 I 30 N clear_logs_day 30
7332 add_unsubscribe_link 549 550 C 40 N add_unsubscribe_link N
7333 check_stock_email 549 550 C 50 N check_stock_email Y
7334 time_for_type 549 550 I 60 N time_for_type 72
7336 mailer_send_method 549 550 S 80 N mailer_send_method default
7337 smtp_server 549 550 I 90 N smtp_server
7338 smtp_user 549 550 I 100 N smtp_user
7339 smtp_pass 549 550 P 110 N smtp_pass
7340 smtp_crypt 549 550 S 120 N smtp_crypt none
7341 smtp_uath 549 550 C 130 N smtp_uath N
7343 cron_pass 549 550 I 150 N cron_pass CRON_email_SEND
7344 emails_send_cron 549 550 I 160 N emails_send_cron 100
7345 cron_info_txt 549 550 O 170 N cron_info_txt
7346 settings_scripts 549 550 E 180 N settings_scripts settings_scripts.tpl