INSERT INTO tmall_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '56a676a2f995092ffcb0516d52c471ee77bba999192ea63a93c2c6406d27f46e', 
    'iBaVaqZzCrizrdsrKF93OwsvIigFZWNL9HrPi6AVLx8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00752

Result

int(1)