INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '95984c8ab4d78e5c128cd33f4c579c42b21dff6a8bd9f1720380230d7b70aad8', 
    '62MnPwg+ocdXZoe9419yZcCXl50ilfnwe/5ikXtgusg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)