INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a00d986874a16ad4950f4b7199c68dac0602b9e8d23388a832918e90602f4a76', 
    'UdLPjNanhUUxxaxqQ5+NetC+tigQhiSMZa/fsmedTgM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)