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 (
    64821, 64822, 64823, 64861, 64857, 64858, 
    65558, 65616, 65697
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00063

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": 9,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (64821,64822,64823,64861,64857,64858,65558,65616,65697)"
        }
      }
    },
    "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
40767 64821 product 0 53000 M 0 D 0 0 Loma-Cord-12in-Beige-SBK.jpg 12" Loma, 630-Beige, SWH-Standard White Cord | Shown with Oval LED Tala Lamp 1000 1000 53000
40793 64822 product 0 53026 M 0 D 0 0 loma-stem-copper-hex-cover.jpg 16" Loma, 995-Natural Raw Copper 1000 1000 53026
40818 64823 product 0 53051 M 0 D 0 0 loma-chain-hung-large-white-black-interior-white-chain-black-white-cord.jpg 20" Loma, Exterior in 200-White, Interior in 100-Black,, Chain in 200-White with CSBW-Black & White Cloth Cord 1000 1000 53051
44133 64858 product 0 56366 M 0 D 0 0 Loma-28-Inch-Chain-Hung-Galvanized-Teal-Black-Cloth-Cord.jpg 28" Loma, Exterior in 975-Galvanized, Interior in 390-Teal, CSB-Black Cloth Cord 1000 1000 56366
44134 64857 product 0 56367 M 0 D 0 0 Loma-36-Inch-Stem-Textured-Black-Painted-Copper.jpg 36" Loma, Exterior in 105-Textured Black, Interior in 940-Painted Aged Copper 1000 1000 56367
44713 64861 product 0 56946 M 0 D 0 0 Loma-28-Inch-Studio-Cable-Blush-Pink-Yellow-White-Cloth-Cord.jpg 28" Loma, Exterior in 480-Blush Pink, Interior in 930-Painted Aged Brass, CSGW-Gold & White Cloth Cord 1000 1000 56946
62450 65558 product 0 74683 M 0 D 0 0 Loma-Sconce-430-Soft-Clay-Raw-Brass-SBK.jpg Loma Adjustable Wall Sconce, 430-Soft Clay, Interior in 997-Natural Raw Brass, SBK-Standard Black Cord 1000 1000 74683
64916 65616 product 0 77149 M 0 D 0 0 Loma-Lamp-480-blush-pink-490-magenta-CMG_1vce-nv_6zcd-up.jpg Loma Retro Desk Lamp, 480-Blush Pink with 490-Magenta Interior, CMG-Grey Cloth Cord 1000 1000 77149
67064 65697 product 0 79297 M 0 D 0 0 Loma-basic-16in-300-dark-green.jpg 16" Loma, 300-Dark Green, SBK-Standard Black Cord 1000 1000 79297