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 = 495 
  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.00041

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": 14,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 495 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
7168 use_brand_feature 495 497 C 0 N use_brand_feature Y
7175 custom_company_headquarters_address 495 498 C 0 N custom_company_headquarters_address N
7164 subscription_status 495 496 D 0 N subscription_status 1
7165 company_description 495 496 T 10 N company_description Motors Bay is a trusted marketplace that provides genuine and used parts for Korean cars such as Hyundai and Kia and supercars such as Bentley, Lamborghini and Ferrari. We provide our customers with the highest quality and variety through domestic and international delivery services.
7169 brand_feature 495 497 S 10 N brand_feature 2
7176 company_headquarters_country 495 498 X 10 N company_headquarters_country
7166 company_logo 495 496 E 20 N company_logo logo_uploader.tpl
7170 use_global_identifier 495 497 C 20 N use_global_identifier Y
7177 company_headquarters_state 495 498 W 20 N company_headquarters_state
7167 social_links 495 496 T 30 N social_links https://www.instagram.com/motorsbay_official/ https://www.facebook.com/svparts4224
7171 global_identifier_name 495 497 I 30 N global_identifier_name mpn
7178 company_headquarters_city 495 498 I 30 N company_headquarters_city
7179 company_headquarters_address 495 498 I 40 N company_headquarters_address
7172 global_identifier_value 495 497 S 40 N global_identifier_value 3
7180 company_headquarters_zipcode 495 498 I 50 N company_headquarters_zipcode
7173 price_valid_until 495 497 I 50 N price_valid_until 1
7181 company_founders 495 498 T 60 N company_founders Terry Yang
7174 use_stock_products 495 497 C 60 N use_stock_products Y