SELECT 
  netting_images.*, 
  netting_images_links.*, 
  netting_common_descriptions.description AS alt, 
  netting_images.image_id AS images_image_id 
FROM 
  netting_images_links 
  LEFT JOIN netting_images ON netting_images_links.image_id = netting_images.image_id 
  LEFT JOIN netting_common_descriptions ON netting_common_descriptions.object_id = netting_images.image_id 
  AND netting_common_descriptions.object_holder = 'images' 
  AND netting_common_descriptions.lang_code = 'en' 
WHERE 
  netting_images_links.object_type = 'abt__ut2/menu-with-icon' 
  AND netting_images_links.type = 'M' 
  AND netting_images_links.object_id IN (182, 197, 196, 158, 195, 200) 
ORDER BY 
  netting_images_links.position, 
  netting_images_links.pair_id

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "netting_images_links.position, netting_images_links.pair_id",
            "table": {
              "table_name": "netting_images_links",
              "access_type": "range",
              "possible_keys": ["object_id"],
              "key": "object_id",
              "key_length": "81",
              "used_key_parts": ["object_id", "object_type", "type"],
              "rows": 6,
              "filtered": 100,
              "index_condition": "netting_images_links.object_type = 'abt__ut2/menu-with-icon' and netting_images_links.`type` = 'M' and netting_images_links.object_id in (182,197,196,158,195,200)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "netting_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["pucuda_cscart.netting_images_links.image_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "netting_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": ["pucuda_cscart.netting_images.image_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(netting_common_descriptions.object_holder = 'images' and netting_common_descriptions.lang_code = 'en' and trigcond(netting_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
8751 our_brands.png 512 512 N 6740 197 abt__ut2/menu-with-icon 0 M 0 8751
8752 our_products.png 512 512 N 6741 182 abt__ut2/menu-with-icon 0 M 0 8752
8753 bestseller.png 512 512 N 6742 196 abt__ut2/menu-with-icon 0 M 0 8753
9344 promo.webp 512 512 N 7751 158 abt__ut2/menu-with-icon 0 M 0 9344
9345 new.webp 512 512 N 7752 195 abt__ut2/menu-with-icon 0 M 0 9345
9346 help.webp 512 512 N 7753 200 abt__ut2/menu-with-icon 0 M 0 9346