SELECT 
  * 
FROM 
  cscart_settings_sections 
WHERE 
  name = 'pwa' 
  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.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.27"
    },
    "table": {
      "table_name": "cscart_settings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 108,
      "rows_produced_per_join": 2,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "23.73",
        "eval_cost": "0.54",
        "prefix_cost": "24.27",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`pankajecarter_single_setup`.`cscart_settings_sections`.`name` = 'pwa') and (`pankajecarter_single_setup`.`cscart_settings_sections`.`type` = 'ADDON') and (find_in_set('STOREFRONT',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`) or find_in_set('VENDOR',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`) or find_in_set('ROOT',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:STOREFRONT',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:VENDOR',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`) or find_in_set('ULT:ROOT',`pankajecarter_single_setup`.`cscart_settings_sections`.`edition_type`)))"
    }
  }
}

Result

section_id parent_id edition_type name position type
20 0 ROOT,STOREFRONT pwa 0 ADDON