It's not really PHP knowledge that are neede here, but HTML.
In the <thead> tag, you can add:
<th id="hikashop_cart_product_weight_title" class="hikashop_cart_product_weight_title hikashop_cart_title">
<?php echo JText::_('CART_PRODUCT_WEIGHT'); ?>
</th>
after:
<th id="hikashop_cart_product_name_title" class="hikashop_cart_product_name_title hikashop_cart_title">
<?php echo JText::_('CART_PRODUCT_NAME'); ?>
</th>
And in the <tbody>, add:
<td class="hikashop_cart_product_weight_value">
<?php echo $row->product_weight; ?>
</td>
Before:
<td class="hikashop_cart_product_price_value">