Suppose we let $s_X$ and $s_Y$ denote the sample standard deviation of the two variables and we let $r_{XY}$ denote the sample correlation. For simple linear regression with an intercept term, the coefficient estimators are:
$$\hat{\alpha}_1 = r_{XY} \cdot \frac{s_Y}{s_X}
\quad \quad \quad \quad \quad
\hat{\alpha}_2 = r_{XY} \cdot \frac{s_X}{s_Y},$$
so their product is:
$$\hat{\alpha}_1 \times \hat{\alpha}_2 = r_{XY}^2 = R^2.$$
That is, the product of the regression coefficients from these two inverse-models is the square of their sample correlation, which is the coefficient-of-determination for either regression model. As to its distribution, that depends on the joint distribution of the values in your model, which you haven't specified. It is possible to derive the distribution of this quantity under various assumptions about the underlying distribution of the values going into the regression (see e.g., here).