INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'be7a6b8510e217dc1a8f6ea3a1e0060d6a8418ae36147e692fe3d0a65b12380e', 
    'YmCemBRAhVpkVCr6Zt0BwIsd2n5L1XRvGmrT9PXNg+U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)