INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '75c1df771280c61b3c6a5d59514bae66e850548889b1eedeca9eff28f6090eec', 
    'vxC/Qoo5jwD8zLW4tGIyumnMm1tQIfGLicofnNk8gEg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)