INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '417383ee596ef68003270e08033a3ca4d0496b46cc6c79c7f7d6df3cd043631f', 
    '4H99DX0noPJfNURccPMlRZlpIGwYRSH8Qoay/vMszkY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)