INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bab984fb67ede89a6af801048181b3662cd475d94c01626f0dd2136fd9aceb81', 
    'oCPnb5R0HecwjsQG+nM1skI9XfxP4b5GnLQWtVuaxTg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)