INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '617368750d940a6ffdba9fdc812893c13ebe7d2473e480a27b78d9d67286e04d', 
    'DI6mlLoe1O/GlL9JST6Kt4iNsxU0x8uqD5ufsZopeNg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)