INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9ebb31a345efcb23679082317e64882d617f49294e1b1a344206db1ab731fdc5', 
    'ICGmwFM6u3rT+GWAU/te7cP0ZfpPCuvycGbeVOxZHyQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)