SELECT 
  * 
FROM 
  cscart_settings_sections 
WHERE 
  name = 'cp_live_search' 
  AND type = 'ADDON' 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:STOREFRONT', cscart_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_sections.edition_type
    )
  )

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "37.91"
    },
    "table": {
      "table_name": "cscart_settings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 174,
      "rows_produced_per_join": 4,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "37.04",
        "eval_cost": "0.87",
        "prefix_cost": "37.91",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`eshopuga_upgr_4122`.`cscart_settings_sections`.`name` = 'cp_live_search') and (`eshopuga_upgr_4122`.`cscart_settings_sections`.`type` = 'ADDON') and (find_in_set('STOREFRONT',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`) or find_in_set('VENDOR',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`) or find_in_set('ROOT',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:STOREFRONT',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:VENDOR',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:ROOT',`eshopuga_upgr_4122`.`cscart_settings_sections`.`edition_type`)))"
    }
  }
}

Result

section_id parent_id edition_type name position type
202 0 ROOT,ULT:VENDOR cp_live_search 0 ADDON