SELECT 
  1 
FROM 
  cscart_aprilec_print_temp_designs 
WHERE 
  session_id = 'MJ14-ZI1W-US9P-GWYU-AHHC-F99M-U0SI-CIQQ' 
  AND product_id = 34 
  AND expires_at > 1777123108 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00024

JSON explain

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