SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(3390, 3224, 3407, 3228, 3231)

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.82"
    },
    "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": 22,
      "rows_produced_per_join": 22,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "5.43",
        "eval_cost": "4.40",
        "prefix_cost": "9.83",
        "data_read_per_join": "130K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (3390,3224,3407,3228,3231))"
    }
  }
}

Result

category_id parent_id
3390 3228
3391 3228
3392 3228
3393 3228
3394 3228
3395 3228
3396 3228
3397 3228
3398 3228
3708 3231
3709 3231
3714 3231
3715 3231
3718 3231
3402 3390
3403 3390
3404 3390
3405 3390
3406 3390
3407 3390