INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '021dff4d3fcf1e497e52142856d687364843d76e1e5c0b0cf2804ceb53669a79', 
    'Hvs0QgWgRGlTgGEEAcx8A140KQhf4hXi4h0PIoe2u4o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00253

Result

int(1)