INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6e3d426ee2aa9d75dc6a04e34a8fd27f8c840b35f4774305a1402e5e3eafc617', 
    'w0o/Fq/jMMclbHN1cj185/zrUNHYhbZxP9GK3fe4KBs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)