SELECT 
  1 
FROM 
  cscart_ec_print_temp_designs 
WHERE 
  session_id = '82C8-I1U8-CNX7-PDO5-KFXZ-QCVF-M7QY-CSDJ' 
  AND product_id = 6 
  AND expires_at > 1770174733 
  AND confirmed = 'Y' 
LIMIT 
  1

Query time 0.00036

JSON explain

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