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 = 328 
  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.00038

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": 13,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 328 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
6690 ga_quick_view 328 331 C 0 N ga_quick_view Y
6688 select_paid_statuses 328 330 N 0 N select_paid_statuses #M#P=Y&C=Y&O=Y
6679 tracking_code 328 329 I 0 N tracking_code G-Q6PTYDWCKX
6694 enable_cross_domain_tracking 328 332 C 0 N enable_cross_domain_tracking N
6691 ga_comparison_list 328 331 C 10 N ga_comparison_list Y
6689 select_refund_statuses 328 330 N 10 N select_refund_statuses #M#F=Y&D=Y&B=Y&I=Y
6680 api_secret 328 329 I 10 N api_secret QHCpDVklSuSHRr_OOcOhIQ
6695 domain_id 328 332 I 10 N domain_id
6681 use_as_product_identification 328 329 S 20 N use_as_product_identification product_code
6692 ga_wishlist 328 331 C 20 N ga_wishlist Y
6682 ga_user_id_law 328 329 C 30 N ga_user_id_law N
6693 ga_buy_one_click 328 331 C 30 N ga_buy_one_click Y
6683 ga_anonymize_ip 328 329 C 40 N ga_anonymize_ip Y
6684 site_speed_sample_rate 328 329 I 50 N site_speed_sample_rate 100
6685 select_brand 328 329 S 60 N select_brand 2
6686 subscription_type 328 329 D 70 N subscription_type full
6687 subscription_type_last_check 328 329 D 80 N subscription_type_last_check 1788957946