SELECT 
  list_price 
FROM 
  cscart_products 
WHERE 
  product_id = 520

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}