SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(3803, 3814, 3819, 3823)

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": ["parent"],
      "key": "parent",
      "key_length": "3",
      "used_key_parts": ["parent_id"],
      "rows": 32,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (3803,3814,3819,3823)"
    }
  }
}

Result

category_id parent_id
3804 3803
3805 3803
3806 3803
3807 3803
3808 3803
3809 3803
3810 3803
3811 3803
3812 3803
3813 3803
3815 3814
3816 3814
3817 3814
3818 3814
3820 3819
3821 3819
3822 3819
3824 3823
3825 3823