INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd52226ee4f9bc3046aefc1e3671e090998d2f4dfdaf0f869f04320a825f3866e', 
    'Rsxywkfsc6AoNIUZxTm+gWWUreyyFYax66XRvHh2klE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)