SELECT 
  1 
FROM 
  cscart_aprilec_print_temp_designs 
WHERE 
  session_id = 'OL8W-5PB3-D4DF-RQIP-C5Y6-19K5-DYO2-G6LR' 
  AND product_id = 17 
  AND expires_at > 1777123506 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00021

JSON explain

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