SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(7093, 7503, 7534)

Query time 0.00106

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.63"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "5.83",
        "eval_cost": "4.80",
        "prefix_cost": "10.63",
        "data_read_per_join": "142K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (7093,7503,7534))"
    }
  }
}

Result

category_id parent_id
7128 7093
7156 7093
7175 7093
7186 7093
7204 7093
7217 7093
7238 7093
7374 7093
7385 7093
7561 7093
7572 7093
7587 7093
7593 7093
7510 7503
7513 7503
7516 7503
7519 7503
7520 7503
7521 7503
7524 7503
7526 7503
7535 7534
7536 7534
7537 7534