SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = 'OZ52-ZJA0-6EPL-UU0M-ELAX-GNOT-AIZX-I1JY' 
  AND product_id = 123 
  AND expires_at > 1769121089 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00037

JSON explain

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