SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    2850, 2778, 2661, 2898, 2685, 2767, 2789, 
    2800, 2812, 2837, 2843
  )

Query time 0.00082

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.84"
    },
    "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": 47,
      "rows_produced_per_join": 47,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "10.44",
        "eval_cost": "9.40",
        "prefix_cost": "19.84",
        "data_read_per_join": "278K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (2850,2778,2661,2898,2685,2767,2789,2800,2812,2837,2843))"
    }
  }
}

Result

category_id parent_id
2664 2661
2681 2661
2682 2661
2685 2661
2690 2661
2701 2661
2704 2661
2717 2661
2778 2767
2805 2767
2810 2767
2830 2767
2839 2767
2845 2767
2854 2767
8984 2767
9658 2767
2784 2778
2794 2778
2808 2778
2831 2778
2834 2778
2838 2778
2844 2778
2860 2778
2864 2778
2865 2778
8942 2778
2898 2837
2900 2837
2902 2837
2903 2837
2904 2837
2905 2837
2907 2837
2850 2843
2857 2843
2858 2843
2862 2843
2866 2843
2884 2843