INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd27da1e377d74bf3856870536586b476141f7cc968c6b9261ebe05ca93586fe3', 
    'MZn+gU7V5XTkcJXAkZPhXMO2hAdclS8bLDPXSBtkT6E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)