INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '93702a9f49d3fd047705ec76f3bf540c721f24973ad3782787099a934fc68aae', 
    'ih1KHg+ofV960mGfNblDOpGganP3EDSY0hSBUy4gV8A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)