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

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "62.00"
    },
    "table": {
      "table_name": "cscart_settings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 305,
      "rows_produced_per_join": 7,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "60.47",
        "eval_cost": "1.53",
        "prefix_cost": "62.00",
        "data_read_per_join": "2K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`webmarco`.`cscart_settings_sections`.`name` = 'cp_power_blog') and (`webmarco`.`cscart_settings_sections`.`type` = 'ADDON') and (find_in_set('STOREFRONT',`webmarco`.`cscart_settings_sections`.`edition_type`) or find_in_set('ROOT',`webmarco`.`cscart_settings_sections`.`edition_type`) or find_in_set('MVE:STOREFRONT',`webmarco`.`cscart_settings_sections`.`edition_type`) or find_in_set('MVE:ROOT',`webmarco`.`cscart_settings_sections`.`edition_type`)))"
    }
  }
}

Result

section_id parent_id edition_type name position type
558 0 ROOT,ULT:VENDOR cp_power_blog 0 ADDON