SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    22405, 22406, 22407, 22408, 22409, 22410, 
    22411, 22412, 22413, 22414, 22425, 
    22426, 22427, 22428
  ) 
  AND category_id != 1

Query time 0.00005

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_categories",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "parent", "p_category_id"],
          "key": "parent",
          "key_length": "3",
          "used_key_parts": ["parent_id"],
          "rows": 23,
          "filtered": 100,
          "index_condition": "cscart_categories.parent_id in (22405,22406,22407,22408,22409,22410,22411,22412,22413,22414,22425,22426,22427,22428)",
          "attached_condition": "cscart_categories.category_id <> 1"
        }
      }
    ]
  }
}

Result

category_id parent_id
22415 22414
22416 22414
22417 22414
22418 22414
22419 22414
22420 22414
22421 22414
22422 22414
22423 22414
22424 22414