SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = 'KX5Z-OANX-8WRY-Z8X6-M31U-1F3A-G48D-5IHG' 
  AND product_id = 34 
  AND expires_at > 1771080721 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00066

JSON explain

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