The precise statement as made is false. But if you insert appropriate hand waving, it becomes morally true.
The key idea, as a comment gave, is to look at the $\log$ of your net worth. This turns repeated multiplication into repeated addition. And we have very strong theorems about repeated addition.
In particular, let $X$ be the random factor that your wealth is multiplied by each time, and $X_n$ be its actual value in the $n$th step. Then, $$ \mathbb E(\log(X_n)) = \mathbb E(\log(X)) = \sum\limits_{i=1}^{m} p_i \log(r_i) $$ And now $$ \begin{align} \mathbb E(\log(W_N)) &= \sum\limits_{n=1}^{N} \mathbb E(\log(X_n)) \\ &= \sum\limits_{n=1}^{N} \sum\limits_{i=1}^{m} p_i \log(r_i) \\ &= N \sum\limits_{i=1}^{m} p_i \log(r_i) \\ &= \sum\limits_{i=1}^{m} \log(r_i^{Np_i}) \\ &= \log(\prod\limits_{i=1}^m r_i^{Np_i}) \\ &= \log((\prod\limits_{i=1}^m r_i^{p_i})^N) \end{align} $$ The strong law of large numbers implies that as $N$ goes to $\infty$, $\frac{\log(W_N)}{N}$ goes to $\mathbb E(\log(X_n))$.
The central limit theorem talks about how a random sample spreads out. In particular it says that the distribution of $\frac{\log(W_N) - N \mathbb E(X)}{\sqrt{N}}$ is approximately normally distributed with a mean of $0$ and variance $\text{Var}(X)$. This distribution has, of course, a median of $0$.
But the question is how approximately this approximates. So let's pull out a counterexample.
Let's let $p_1 = 1 - \sqrt{0.5}$, $r_1 = 1$, $p_2 = \sqrt{0.5}$, and $r_2 = 4$. Then $\mathbb E(\log(X)) = \sqrt{2}\log(2)$. Also $W_N$ must also be a power of 4.
Obviously, $\sqrt{2}$ is an irrational. For any $N$, so must $N\sqrt{2}$ be. It's a standard fact that for any irrational $\alpha$, the fractional parts of $N\alpha$ are dense in $(0, 1)$. Pick $N$ with that fractional part close to $0.5$. Then $2N\sqrt{2}$ is close to an odd integer. And now whatever the median is, it must be around $\log{2}$ away from the expected value.
This provides a concrete distribution where for large $N$, $(\prod\limits_{i=1}^m r_i^{p_i})^N$ may be off from the median by a factor close to $2$. Therefore the statement as written is false.
But various references, for example Series Approximation Methods in Statistics, prove with Edgeworth series that the error in the central limit theorem is at most $O(\frac{1}{\sqrt{n}})$. Which corresponds to the median value of $\frac{\log(W_N) - N \mathbb E(X)}{\sqrt{N}}$ being off from the expected median by $O(\frac{1}{\sqrt{n}})$. This corresponds to the median value of $\log(W_N)$ being off by at most $O(1)$. Which means that the median value of $W_N$ is off by at most a constant factor. (In the example above, that factor was 2.)
So the stated result is almost true - for a given distribution and large $N$, it is off by at most a constant factor.