INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0759ee2b4c8285891ff7c5b351ef4c2610e9eba5a168e5afae4e88ed468d4113', 
    'PHrwx7+eaFnKL/jMnkISQ4DSh70G1bMHkbj4hoeZ9AA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00299

Result

int(1)