INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e3a7c7e07180e67b05260ded2f2e6057fc9775de621d5662c9607299e3fa803e', 
    'Zsd2KBXqZusHNTsrfELHccxbgqSP3hCnVD/LyEt38qA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)