INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9a2387cafd77f6be7a54e186ebe683092a273f9a131d4659a5c5a8c73056e86f', 
    'A+cokOkGXwEGaZwkZxoJVrdh2E4KjizYZcDF4eu5jEo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00159

Result

int(1)