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

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "30.28"
    },
    "table": {
      "table_name": "q_settings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 137,
      "rows_produced_per_join": 3,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "29.59",
        "eval_cost": "0.69",
        "prefix_cost": "30.28",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`portal`.`q_settings_sections`.`name` = 'seo') and (`portal`.`q_settings_sections`.`type` = 'ADDON') and (find_in_set('ROOT',`portal`.`q_settings_sections`.`edition_type`) or find_in_set('MVE:ROOT',`portal`.`q_settings_sections`.`edition_type`)))"
    }
  }
}

Result

section_id parent_id edition_type name position type
61 0 ROOT,ULT:VENDOR seo 0 ADDON