As I said, the product part comes from the option "Product SEF name". If you empty it, it won't display it.
The cart part comes from the your menu alias. You should change the alias of your menu to change it.
The 1-m409834p-coilsteam-rh-150170-pkg part is the id and name of your product.
If you want to shorten it, you should shorten the name of the product.
For the category_pathway-13 part is only displayed in some cases and is needed for breadcrumbs. If you don't want it, you will have to edit the file components/com_hikashop/router.php and add code like that:
if(isset($query)) unset( $query );
before the line:
if(isset($query) && isset($query)){