INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f1058f629d109d75ef1c88e4e8739978c4daa1c59453341e6e9ef29e08385324', 
    'QSll71guhr7AAkSqaUN+ehGqiCz1Hp2v7gop4xPgfSI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)