INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9aaeccd54f2e188348d2338889e33859b761ed2f39c729dde2fe82eb00969b2d', 
    '+SjXz/MZwGvrsrMR3+RVSTxLshZI6VsxeY38IMhe/Rw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)