SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    9387, 6975, 6979, 7095, 7243, 7250, 7291, 
    7293, 7334, 7348, 7363, 7372, 7387, 
    7577, 7662, 7719, 7727, 7748, 7766, 
    7797, 7891, 7899, 7905, 7911, 7962, 
    8053, 8209, 8308, 8324
  )

Query time 0.00112

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "45.09"
    },
    "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": 110,
      "rows_produced_per_join": 110,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "23.09",
        "eval_cost": "22.00",
        "prefix_cost": "45.09",
        "data_read_per_join": "652K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (9387,6975,6979,7095,7243,7250,7291,7293,7334,7348,7363,7372,7387,7577,7662,7719,7727,7748,7766,7797,7891,7899,7905,7911,7962,8053,8209,8308,8324))"
    }
  }
}

Result

category_id parent_id
7002 6975
7018 6975
7047 6975
7072 6975
7096 6975
7117 6975
7138 6975
7154 6975
7171 6975
7192 6975
7209 6975
7221 6975
7011 6979
7055 6979
7082 6979
7108 6979
7196 6979
7222 6979
7253 6979
7127 7095
7263 7243
7281 7243
7362 7250
7771 7250
7776 7250
7781 7250
7787 7250
7790 7250
7795 7250
7806 7250
7817 7250
7825 7250
7830 7250
7839 7250
7847 7250
7855 7250
7330 7291
7314 7293
7640 7363
7555 7387
7559 7387
7563 7387
7566 7387
7571 7387
7584 7577
7590 7577
7596 7577
7602 7577
7609 7577
7613 7577
7617 7577
7626 7577
7630 7577
7636 7577
7639 7577
7645 7577
7681 7662
7684 7662
7715 7662
7718 7662
7726 7719
7732 7719
7734 7719
7739 7719
7743 7719
7749 7727
7777 7766
7785 7766
7815 7797
7837 7797
7849 7797
7890 7797
7909 7797
7954 7797
7968 7797
7992 7797
8000 7797
7943 7911
7956 7911
8068 8053
8095 8053
8105 8053
8131 8053
8168 8053
8181 8053
8193 8053
8338 8053
9385 8053
8214 8209
8222 8209
8252 8209
8257 8209
8264 8209
8269 8209
8277 8209
8285 8209
9388 9387
9455 9387
9913 9387
10259 9387