SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = '1TUI-V588-A8L6-16FD-OV98-S71B-N7LT-R1ZV' 
  AND product_id = 23 
  AND expires_at > 1770981105 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00030

JSON explain

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