SELECT 
  category_id 
FROM 
  cscart_categories 
WHERE 
  id_path LIKE '28/15003/%'

Query time 0.00006

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_categories",
          "access_type": "range",
          "possible_keys": ["id_path"],
          "key": "id_path",
          "key_length": "767",
          "used_key_parts": ["id_path"],
          "rows": 13,
          "filtered": 100,
          "index_condition": "cscart_categories.id_path like '28/15003/%'"
        }
      }
    ]
  }
}

Result

category_id
15075
15076
15077
15078
15079
15080
15081
15082
15083
15084
15085
15086
15087
15088
15089
15090