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 = 260 
  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.00076

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": 16,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 260 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
6454 show_ia_in_added_to_cart 260 261 C 0 N show_ia_in_added_to_cart Y
6465 price_from_default 260 262 I 0 N price_from_default 0
6455 max_ia_tabs_in_added_to_cart 260 261 S 10 N max_ia_tabs_in_added_to_cart 2
6466 price_to_default 260 262 I 10 N price_to_default 0
6456 max_products_of_ia_tab_in_added_to_cart 260 261 S 20 N max_products_of_ia_tab_in_added_to_cart 2
6467 shuffle_products_default 260 262 C 20 N shuffle_products_default N
6457 show_ia_in_added_to_cart_once 260 261 C 30 N show_ia_in_added_to_cart_once Y
6468 only_in_stock_default 260 262 C 30 N only_in_stock_default N
6458 show_ia_in_cart 260 261 S 40 N show_ia_in_cart for_all
6469 products_sorting_default 260 262 S 40 N products_sorting_default null-asc
6459 max_ia_products_in_cart 260 261 S 50 N max_ia_products_in_cart 2
6470 join_max_view_products_default 260 262 S 50 N join_max_view_products_default 25
6460 update_cache_every 260 261 S 60 N update_cache_every 5
6471 rule_max_view_products_default 260 262 S 60 N rule_max_view_products_default 5
6461 exclude_duplication_of_tabs 260 261 C 70 N exclude_duplication_of_tabs N
6472 show_in_add_to_cart_default 260 262 C 70 N show_in_add_to_cart_default Y
6462 exclude_product_variations 260 261 C 80 N exclude_product_variations Y
6473 show_in_cart_default 260 262 C 80 N show_in_cart_default Y
6463 code 260 261 D 90 N code ABA-0ilzK0sy86fau1tbXsPwl
6464 build 260 261 D 100 N build 1036