INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3e0e7df8f9d43e03902e4d76219e1bdadca224794d302f0b6ab914739ee7e887', 
    'D/dnaTW1ou/e+aGLC3gFddtPPDsn1TWthsod4BqODVQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00066

Result

int(1)