SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    65673, 65560, 65674, 65815, 65732, 65804, 
    65102, 65597, 65610, 65598, 65873
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00097

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 11,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (65673,65560,65674,65815,65732,65804,65102,65597,65610,65598,65873)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
62219 65102 product 0 74452 M 0 D 0 0 sinclair-28in-715-delphite-975-galvanized-stem-alt.jpg 28" Sinclair Stem Mount, 715-Delphite, Mounting in 975-Galvanized 1000 1000 74452
62513 65560 product 0 74746 M 0 D 0 0 Newport-311-jadite-standard-canopy-stem.jpg Newport Stem Mount Pendant Light, 311-Jadite 1000 1000 74746
64537 65597 product 0 76770 M 0 D 0 0 da08c6f8-f698-4c70-b7ff-2831fb2b09c1.jpg 8" Copeland, PN-Polished Nickel 800 800 76770
64563 65598 product 0 76796 M 0 D 0 0 8d4b78de-d87a-4ef0-9fd9-53774f39dc2b.jpg 14" Fontana Stem Mount Pendant Light 1000 1000 76796
64629 65610 product 0 76862 M 0 D 0 0 751fe1f5-cb5c-43d6-91da-54c9226e5bcf.jpg Russo Stem Mount Pendant Light, Soft Black and Polished Nickel 1000 1000 76862
66361 65674 product 0 78594 M 0 D 0 0 elliptical-stem-13in-705-navy-980-brushed-aluminum.jpg 13" Elliptical, 705-Navy, Mounting in 980-Brushed Aluminum 1000 1000 78594
66370 65673 product 0 78603 M 0 D 0 0 emblem-stem-999-oil-rubbed-copper.jpg 12" Emblem, 999-Natural Oil-Rubbed Copper, Decorative Canopy & Hex Cover 1000 1000 78603
68046 65732 product 0 80279 M 0 D 0 0 Avalon-42in-Stem-705-navy.jpg 42" Avalon, 705-Navy 1000 1000 80279
69321 65804 product 0 81554 M 0 D 0 0 Laramie-stem-pendant-30in-705-navy.jpg 30" Laramie, 705-Navy 1000 1000 81554
69396 65815 product 0 81629 M 0 D 0 0 Chestnut-stem-pendant-30in-200-white-100-black.jpg 30" Chestnut, 200-White, Mounting in 100-Black 1000 1000 81629
70284 65873 product 0 82517 M 0 D 0 0 Duo-Loma-stem-pendant-14in-100-Black-200-white-maple-wood-ring.jpg 14" Duo, Top in 100-Black, Bottom in 200-White, Maple Wood Ring, Mounting in 100-Black 1000 1000 82517