SELECT 
  category_id, 
  parent_id 
FROM 
  categories 
WHERE 
  parent_id IN(
    6524, 12571, 12570, 5958, 6624, 5913, 
    18672, 6530, 18743, 5908, 5909, 5947, 
    6540, 6539, 5949, 5906, 5937, 5942, 
    5939, 6532, 5907, 6001, 6528, 5954, 
    5955, 5948, 5957, 14879, 6531, 5960, 
    5950, 5953, 18671, 18742, 5938, 5946, 
    8960, 15564, 6472, 6006, 6141, 2843, 
    18670, 6004, 18669, 18673, 5945, 5952, 
    11490, 11489, 5969, 5941, 5940, 6473, 
    5910, 5956, 11760, 6007, 6011, 11379, 
    6526, 5943, 6527, 6033, 6533, 6018, 
    5972, 6020, 6525, 6017
  )

Query time 0.00111

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.29"
    },
    "table": {
      "table_name": "categories",
      "access_type": "range",
      "possible_keys": [
        "parent"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 118,
      "rows_produced_per_join": 118,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "12.49",
        "eval_cost": "11.80",
        "prefix_cost": "24.29",
        "data_read_per_join": "308K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`goimagine`.`categories`.`parent_id` in (6524,12571,12570,5958,6624,5913,18672,6530,18743,5908,5909,5947,6540,6539,5949,5906,5937,5942,5939,6532,5907,6001,6528,5954,5955,5948,5957,14879,6531,5960,5950,5953,18671,18742,5938,5946,8960,15564,6472,6006,6141,2843,18670,6004,18669,18673,5945,5952,11490,11489,5969,5941,5940,6473,5910,5956,11760,6007,6011,11379,6526,5943,6527,6033,6533,6018,5972,6020,6525,6017))"
    }
  }
}

Result

category_id parent_id
5913 2843
5942 2843
5943 2843
5945 2843
5946 2843
5947 2843
5950 2843
5955 2843
5956 2843
5957 2843
5958 2843
5960 2843
5969 2843
5972 2843
6001 2843
6006 2843
6011 2843
6020 2843
6033 2843
6141 2843
6472 2843
6473 2843
6524 2843
8960 2843
11379 2843
11760 2843
12570 2843
14879 2843
15564 2843
5907 5906
5908 5906
5909 5906
5910 5906
6007 5906
6018 5906
6539 5937
6540 5937
5951 5952
15565 5952
6530 5960
6531 5960
6532 5960
6533 5960
6525 6473
6526 6473
6527 6473
6528 6473
5948 6524
5952 6524
5953 6524
5954 6524
6004 6524
6017 6524
12571 11489
18742 18669
18743 18669
18671 18670
18672 18670