SELECT 
  master_product_id 
FROM 
  cscart_products 
WHERE 
  product_id = 8225

Query time 0.00010

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}