INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0e83074b8969b761ded059f2aae0813e139702bba90ebf8c7e0fe7d14df74619', 
    'qy4OzbauEM57nuzGt3gZUmbgXQQPGqxlcxuMg8F2nJU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)