INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cd7b0ab11d195992dd6324614327f25a8c27533ef25e38e798044b9bd107f17f', 
    'ZLexR5UtRPaZfGA1GwPrav/uU3o466ie+SJWg4o7GSI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)