SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(2913, 2920, 2910)

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.85"
    },
    "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": 52,
      "rows_produced_per_join": 52,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "11.45",
        "eval_cost": "10.40",
        "prefix_cost": "21.85",
        "data_read_per_join": "308K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (2913,2920,2910))"
    }
  }
}

Result

category_id parent_id
2912 2910
2913 2910
2914 2910
2915 2910
2916 2910
2920 2910
2921 2910
2933 2910
2944 2910
3006 2910
3007 2910
3011 2910
3018 2910
3080 2910
3105 2910
3251 2910
3362 2910
3408 2910
3691 2910
4029 2910
5522 2910
2918 2913
2923 2913
2927 2913
2932 2913
2937 2913
2939 2913
2943 2913
2946 2913
2950 2913
2955 2913
2959 2913
2962 2913
2965 2913
2974 2913
2979 2913
2986 2913
2991 2913
2997 2913
3000 2913
3003 2913
3009 2913
2924 2920
3029 2920
3141 2920
3186 2920
3273 2920
3337 2920
3429 2920
3741 2920
3977 2920
6245 2920