Display variants cart overview

Hi,

I’m trying to display the product variants in the cart overview, at the moment the selected variants are concatenated to the product name and stored in s_order_basket as the article name, and this information is what we can display in our shopping cart, worst solution ever, we can’t do anything with this as we don’t know where ends the name and start the variants, I was looking for display something like

Product name
  - variant 1
  - variant 2
  - variant n

Is there any way to achieve this?