SELECT 
  1 
FROM 
  cscart_aprilec_print_temp_designs 
WHERE 
  session_id = '32DE-HKNL-4B0L-DL45-09J8-EVCW-EKR8-DLKZ' 
  AND product_id = 83 
  AND expires_at > 1777784176 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00063

JSON explain

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