SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(356, 1698, 396, 1695, 327)

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.23"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "parent"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 28,
      "rows_produced_per_join": 28,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "6.63",
        "eval_cost": "5.60",
        "prefix_cost": "12.23",
        "data_read_per_join": "166K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (356,1698,396,1695,327))"
    }
  }
}

Result

category_id parent_id
328 327
1018 327
1438 327
1695 327
2528 327
2566 327
2567 327
2597 327
393 356
396 356
929 356
1506 356
1714 356
1715 356
1914 356
2397 356
2468 356
2529 356
2552 356
9290 356
1696 1695
1697 1695
1698 1695
2568 1695
2599 1695
2602 1695