INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a984dec297fad639516f1fc8de4a8e7eb834e73e7d2ec2309cc5ee6541fe7421', 
    'LzaurgmMWn8KGm0sJ1cOLYjdrmo4wT6nJUotPfLq/NY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)