INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0ea91d39f8f430e8ab3498b4c18a789cac4ee0226653ce92b53dd47ab1604f72', 
    'yqIp4sqLflu64hse692hNlJqKUGWa5d7Q/sFSMkvs/M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)