SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(3638)

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.63"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ref",
      "possible_keys": [
        "parent"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 43,
      "rows_produced_per_join": 43,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "1.03",
        "eval_cost": "8.60",
        "prefix_cost": "9.63",
        "data_read_per_join": "254K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ]
    }
  }
}

Result

category_id parent_id
3609 3638
3620 3638
3629 3638
3656 3638
3670 3638
3681 3638
3701 3638
3721 3638
3748 3638
3776 3638
4137 3638
4295 3638
5062 3638
5357 3638
5513 3638
5566 3638
5613 3638
5680 3638
5754 3638
5966 3638
6065 3638
6248 3638
6475 3638
6547 3638
6643 3638
6856 3638
7160 3638
7228 3638
7296 3638
7465 3638
7631 3638
7671 3638
7722 3638
7780 3638
8220 3638
8301 3638
8347 3638
8367 3638
8396 3638
8416 3638
8420 3638
9011 3638
9013 3638