Well here's a short way to do this provided you know about Dominated Convergence Theorem or more generally Uniform Integrability.
So firstly, you show convergence in probability.
So $P(|Y_{n}|\geq\epsilon)=P(\{|X_{1}|\geq\epsilon\},...,\{|X_{n}|\geq\epsilon\})\stackrel{iid}{=}P(|X_{1}|\geq\epsilon)^{n}=(1-\epsilon)^{n}$
which goes to $0$ as $n\to\infty$ ($Y_{n}$ denotes the minimum order statistic).
And $|Y_{n}|\leq 1$ for all $n$. Hence using Dominated Convergence Theorem , you have that $Y_{n}\xrightarrow{L^{p}}0$ .
The uniform integrability theorem basically says that if $X_{n}\xrightarrow{P} X$ and $X_{n}$ is uniformly integrable then $X_{n}\xrightarrow{L^{1}}X$ and vice-versa. You can see my short proof here. So basically, you can even repeat my proof from there and conclude convergence in expectation for any $p$.
In fact, you can generalize this even further. Let $X_{1}$ be non-negative and have $p$-th moment such that for each $\epsilon>0$, there exists $c(\epsilon)>0$ such that $1>P(X_{1}>\epsilon)\geq c(\epsilon)>0$. Then you have $Y_{n}\xrightarrow{P}0$ by the same reasoning. Also, note that $|Y_{n}|\leq |X_{1}|$. So you can conclude using DCT or uniform integrability if $X_{1}$ has $p$-th moment, $|Y_{n}|^{p}$ is uniformly integrable
Here's another way to do it without explicitly computing integrals.
For a postive random variable $X$, you have $E(X^{p})=\int_{0}^{\infty}pt^{p-1}P(X>t)\,dt$ . Now note that $P(Y_{n}>t)=(1-t)^{n}$ for $0\leq t\leq 1$ and $0$ for $t>1$.
Hence you have to show that $\int_{0}^{1}t^{p-1}(1-t)^{n}\,dt\to 0$ as $n\to\infty$ but this is easy by the Dominated Convergence Theorem as the integrand is dominated by $1$ and converges pointwise to $0$.