INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e52132081f9006e4a9673f83db68ec24b8848d1f4f5da5894ecef92aac50d68e', 
    '+GdhuqwngGIVGqVbYmMuSapHPo9uc1WLLTXzsZUPxT0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)