The PMF in question may also be written
$$\Pr[X = k] = \binom{a+k-1}{k} \left(\frac{\beta}{1+\beta}\right)^a \left(\frac{1}{1+\beta}\right)^k, \quad k \in \{0, 1, 2, \ldots \}. \tag{1}$$ In this form, it becomes evident that $$X \sim \operatorname{NegativeBinomial}\left(r = a, p = \frac{\beta}{1+\beta}\right) \tag{2}$$ where the parametrization is $$\Pr[X = x] = \binom{r+x-1}{r-1} p^r (1-p)^x, \quad x \in \{0, 1, 2, \ldots \} \tag{3}$$ and has the interpretation that for positive integers $r$, $X$ counts the random number of failures before observing the $r^{\rm th}$ success in a sequence of iid Bernoulli trials with success probability $p$.
As such we can refer to this question and answer, although it uses a different parametrization, to compute the expectation and variance. Knowing that $(3)$ and hence $(1)$ sum to $1$ over the support, it is a straightforward application of the identity
$$k \binom{a+k-1}{k} = a \binom{a+k-1}{k-1} \tag{4}$$ that lets us conclude for instance
$$\begin{align}
\operatorname{E}[X] &= \sum_{k=0}^\infty k \Pr[X = k] \\
&= a \sum_{k=1}^\infty \binom{a+k-1}{k-1} \left(\frac{\beta}{1+\beta}\right)^a \left(\frac{1}{1+\beta}\right)^k \\
&= \frac{a}{1+\beta} \cdot \frac{1+\beta}{\beta} \sum_{k=0}^\infty \binom{(a+1)+k-1}{k} \left(\frac{\beta}{1+\beta}\right)^{a+1} \left(\frac{1}{1+\beta}\right)^k \\
&= \frac{a}{\beta}. \tag{5}
\end{align}$$
The calculation of $\operatorname{E}[X(X-1)]$ follows similarly, from which the variance $$\operatorname{Var}[X] = \operatorname{E}[X^2]-\operatorname{E}[X]^2 = \operatorname{E}[X(X-1) + X] - \operatorname{E}[X]^2 = \operatorname{E}[X(X-1)] + \operatorname{E}[X](1-\operatorname{E}[X]) \tag{6}$$ also follows.