INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8f96e252631cbd118d10c1c624b6791be22b767dc3c5339091a6976f9d6c047c', 
    'Rshd7LuWIuthgfr8Uh3Y5Zu2fJ8wXLDwt4ZB4gEmAVw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)