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 = 232 
  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.00058

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": 42,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 232 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
6306 is_inline_enabled 232 233 C 0 N is_inline_enabled Y
6341 is_popup_enabled 232 235 C 0 N is_popup_enabled Y
6355 use_cron 232 236 C 0 N use_cron Y
6307 subscription_type 232 233 D 10 N subscription_type full
6310 is_purchase_count_enabled 232 234 C 10 N is_purchase_count_enabled N
6342 is_fake_enabled_popup 232 235 C 10 N is_fake_enabled_popup Y
6356 cron_key 232 236 I 10 N cron_key n7f3m9h2k5
6308 subscription_type_last_check 232 233 D 20 N subscription_type_last_check 1789359121
6311 is_fake_enabled_is_purchase_count 232 234 C 20 N is_fake_enabled_is_purchase_count Y
6343 show_minutes 232 235 C 20 N show_minutes Y
6357 processing_period 232 236 I 20 N processing_period 1
6312 purchase_periods_of_counting 232 234 S 30 N purchase_periods_of_counting per_day
6344 is_picture_enabled 232 235 C 30 N is_picture_enabled Y
6358 cron_command 232 236 E 30 N cron_command command_cron.tpl
6313 show_on_all_pages_is_purchase_count 232 234 C 40 N show_on_all_pages_is_purchase_count Y
6345 popup_image_width 232 235 I 40 N popup_image_width 50
6314 purchase_count_for_out_of_stock 232 234 C 50 N purchase_count_for_out_of_stock Y
6346 popup_image_height 232 235 I 50 N popup_image_height 50
6315 purchase_count_show_chance 232 234 I 60 N purchase_count_show_chance 100
6347 popup_show_on_checkout 232 235 C 60 N popup_show_on_checkout N
6316 min_fake_purchase 232 234 I 70 N min_fake_purchase 1
6348 popup_show_on_product 232 235 C 70 N popup_show_on_product N
6317 max_fake_purchase 232 234 I 80 N max_fake_purchase 100
6349 popup_limit_on_page 232 235 I 80 N popup_limit_on_page 3
6318 purchase_count_string_icon_before 232 234 D 90 N purchase_count_string_icon_before
6350 popup_limit_on_user 232 235 I 90 N popup_limit_on_user 20
6351 display_time 232 235 I 100 N display_time 60
6320 is_online_on_product_page_enabled 232 234 C 110 N is_online_on_product_page_enabled Y
6352 popup_min_interval 232 235 I 110 N popup_min_interval 30
6321 is_fake_enabled_online_on_product_page 232 234 C 120 N is_fake_enabled_online_on_product_page Y
6353 popup_max_interval 232 235 I 120 N popup_max_interval 60
6322 enable_online_status_line 232 234 C 130 N enable_online_status_line Y
6354 position 232 235 S 130 N position top-center
6323 enable_period_status_line 232 234 C 140 N enable_period_status_line N
6324 periods_of_counting 232 234 S 150 N periods_of_counting per_day
6325 online_on_product_page_show_chance 232 234 I 160 N online_on_product_page_show_chance 100
6326 min_fake_online 232 234 I 170 N min_fake_online 1
6327 max_fake_online 232 234 I 180 N max_fake_online 100
6328 online_on_product_page_string_icon_before 232 234 D 190 N online_on_product_page_string_icon_before
6330 is_products_left_enabled 232 234 C 210 N is_products_left_enabled Y
6331 show_on_all_pages_is_products_left 232 234 C 220 N show_on_all_pages_is_products_left N
6332 is_fake_enabled_is_products_left_enabled 232 234 C 230 N is_fake_enabled_is_products_left_enabled Y
6333 threshold 232 234 I 240 N threshold 2
6334 products_left_show_chance 232 234 I 250 N products_left_show_chance 100
6335 fake_products_left_quantity_percent_chance 232 234 I 260 N fake_products_left_quantity_percent_chance 15
6336 products_left_string_icon_before 232 234 D 270 N products_left_string_icon_before
6338 is_custom_string_enabled 232 234 C 290 N is_custom_string_enabled Y
6339 custom_string_show_chance 232 234 I 300 N custom_string_show_chance 100
6340 custom_string_icon_before 232 234 D 310 N custom_string_icon_before