SELECT 
  percentage_of_total_points 
FROM 
  cscart_product_points_and_cash 
WHERE 
  product_id = 36421

Query time 0.00016

JSON explain

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