INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c285203624299534c9d47c348f218569b65d4f3f26da703b176515d15d4aaf96', 
    'cYvnRtdYicBeYb2I/6W7XmVYh5p5x85aPUxGGhbWW/E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)