INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5b72895fa8b7efcbfe9c06a643724bb1ed8d7d0cbec1fb6ef9b60acea23f76e2', 
    '7sIEXHbQHrTSE5WOhgFU6zAAZP2ejhS/Nxg5hERvMD4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00050

Result

int(1)