diff --git a/app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/LinkedMapProvider.php b/app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/LinkedMapProvider.php
index 6be2d2e52cf23..14fb231263c6e 100644
--- a/app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/LinkedMapProvider.php
+++ b/app/code/Magento/Catalog/Model/ProductLink/CollectionProvider/LinkedMapProvider.php
@@ -147,6 +147,7 @@ private function queryLinkedProducts(array $productIds, array $types): array
             $this->linkModel->setLinkTypeId($typeId);
             $collection->setLinkModel($this->linkModel);
             $collection->setIsStrongMode();
+            $collection->setPositionOrder();
             $found[$type] = $collection->getItems();
         }