SELECT 
  * 
FROM 
  cscart_ec_products_plan_detail 
WHERE 
  product_id = 8

Query time 0.00029

JSON explain

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