INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd939a41426aab6308e7c7a578099ee5f567329779374a2e68d57deec567f19cb', 
    'LCeMj7UdKcXLhSIDOe4F/sMt0AEy1NFFt3XoQ99+p4c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)