SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path REGEXP '(^|/)203(/|$)'

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ALL",
      "rows": 84,
      "filtered": 100,
      "attached_condition": "cscart_categories.id_path regexp '(^|/)203(/|$)'"
    }
  }
}

Result

category_id
203
204
211
212
208
209
210
213
214
215
216
217
218