INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c22ece7a1581d1292404513f31a4cbec4fbf9392733e1996b71a98152dc6ca4a', 
    '9m3djXtsBXS67HhbVLa1rPdAhJUs71oSgY+xunfi1D8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)