For instance, we would could have as a distributions $f_X(x) = \theta e^{\theta x}$. In this case it is a exponential distribution, and would our parameter be the usual $\beta = \frac{1}{\theta}$, $\operatorname{Var}(\widehat{\beta_\text{MLE}}) = \frac{\sigma^2}{n}$ and it is easy to calculate, but because here $\hat{\theta} = \frac{1}{\bar{X}}$, the inversion of $X$ is what makes it tricky... (I have no idea how to calculate $\operatorname{Var}(\frac{1}{\bar{X}})$)
Thank you very much !
If $(Y_k)$ is i.i.d. standard exponential, that is, with PDF $$f(y)=e^{-y}\mathbf 1_{y>0}$$ then, for every $n\geqslant1$, $T_n=Y_1+\cdots+Y_n$ has PDF $$f_n(t)=\frac{t^{n-1}}{(n-1)!}e^{-t}\mathbf 1_{t>0}$$ hence, for every $n\geqslant2$, $$E\left((T_n)^{-1}\right)=\frac1{n-1}$$ and, for every $n\geqslant3$, $$E\left((T_n)^{-2}\right)=\frac1{(n-1)(n-2)}$$ hence $$\mathrm{Var}\left((T_n)^{-1}\right)=\frac1{(n-1)^2(n-2)}$$ Now, each of your random variables $X_k$ is distributed like $Y_k/\theta$ hence your $\bar X_n$ is distributed like $$\frac1{n\theta}T_n$$ hence, for every $n\geqslant3$, $$\mathrm{Var}\left((\bar X_n)^{-1}\right)=\frac{n^2\theta^2}{(n-1)^2(n-2)}$$