SELECT 
  * 
FROM 
  cscart_settings_sections 
WHERE 
  name = 'Sitemap' 
  AND type = 'CORE' 
  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.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "15.13"
    },
    "table": {
      "table_name": "cscart_settings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 144,
      "rows_produced_per_join": 3,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "14.77",
        "eval_cost": "0.36",
        "prefix_cost": "15.13",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`betaatif_store`.`cscart_settings_sections`.`name` = 'Sitemap') and (`betaatif_store`.`cscart_settings_sections`.`type` = 'CORE') and ((0 <> find_in_set('STOREFRONT',`betaatif_store`.`cscart_settings_sections`.`edition_type`)) or (0 <> find_in_set('ROOT',`betaatif_store`.`cscart_settings_sections`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`betaatif_store`.`cscart_settings_sections`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`betaatif_store`.`cscart_settings_sections`.`edition_type`))))"
    }
  }
}

Result

section_id parent_id edition_type name position type
8 0 ROOT,STOREFRONT Sitemap 80 CORE