SELECT 
  parent_id 
FROM 
  cscart_cp_blog_categories 
WHERE 
  category_id IN (4, 4, 4, 4, 4)

Query time 0.00023

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_cp_blog_categories",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["category_id"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

parent_id
0