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 (
    64908, 64906, 64909, 64907, 64905, 64904, 
    65498, 64943, 65532, 65535
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00065

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": 10,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (64908,64906,64909,64907,64905,64904,65498,64943,65532,65535)"
        }
      }
    },
    "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
46902 64909 product 0 59135 M 0 D 0 0 schoolhouse-drum-flush-opaque-stripe-PB9-red.jpg Drum Flush Mount Light, 400-Barn Red, Opaque Glass, Seven Painted Band, 400-Barn Red 1000 1000 59135
47829 64907 product 0 60062 M 0 D 0 0 schoolhouse-drum-cord-opaque-stripe-PB8-galvanized-delphite-CMG-cord-cloth-grey.jpg Drum Schoolhouse Pendant, 975-Galvanized, Opaque Glass, Four Painted Band, 715-Delphite Blue, CMG-Grey Cloth Cord 1000 1000 60062
47837 64904 product 0 60070 M 0 D 0 0 schoolhouse-drum-chain-clear-stripe-PB8-copper-raw-black-cord-cloth-black-white-bulb-chrome.jpg Drum Chain Hung, 995-Natural Raw Copper, Clear Glass, Four Painted Band, 100-Black, Mounting in 100-Black, CSBW-Black & White Cloth Cord, Show with G40 Half-Chrome Bulb 1000 1000 60070
47886 64906 product 0 60119 M 0 D 0 0 schoolhouse-drum-stem-opaque-stripe-PB7-jadite.jpg Drum Stem Mount, 311-Jadite, Opaque Glass, Single Painted Band, 311-Jadite, Mounting in 311-Jadite 1000 1000 60119
47897 64908 product 0 60130 M 0 D 0 0 schoolhouse-drum-flush-semi-opaque-stripe-PB8-copper-weathered-black_fx3h-y9.jpg Drum Semi-Flush, 996-Natural Weathered Copper, Four Painted Band, 100-Black 1000 1000 60130
48127 64905 product 0 60360 M 0 D 0 0 schoolhouse-drum-gooseneck-opaque-stripe-PB9-G8-black.jpg Drum Gooseneck, 100-Black, Opaque Glass, Seven Painted Band, 100-Black, G8 Gooseneck Arm, 100-Black 1000 1000 60360
48355 64943 product 0 60588 M 0 D 0 0 drum-glass-opaque.jpg Drum Schoolhouse Glass, Opaque 1000 1000 60588
59448 65498 product 0 71681 M 0 D 0 0 Drum-schoolhouse-sconce-Black.jpg Drum Schoolhouse Sconce, 100-Black, Clear Glass, Four Painted Band 1000 1000 71681
63336 65532 product 0 75569 M 0 D 0 0 schoolhouse-KAO-flush-drum-600-bronze-PB9-100-black.jpg Kao Drum Schoolhouse Flush Mount, 600-Bronze, Clear Glass, Seven Painted Band, 100-Black 1000 1000 75569
64552 65535 product 0 76785 M 0 D 0 0 schoolhouse-drum-kao-cord-400-barn-red-1-stripe-CRZ.jpg Kao Drum Schoolhouse Pendant, 400-Barn Red, Clear Glass, Single Painted Band, CRZ-Red Chevron Cord, Shown with G40 Bulb 1000 1000 76785