INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ec4293df96428de6bb69a72f3f3eed953afe389d7e1c496d01ee6f3e49c69428', 
    'a6otxydAkzCLo1avs6iWzrJq8CzMyKL5a/QEcOkYl48=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)