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 (
    65584, 65590, 65672, 65673, 65770, 65616, 
    65674, 65803, 65814, 65815, 65720, 
    65732
  ) 
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": 12,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (65584,65590,65672,65673,65770,65616,65674,65803,65814,65815,65720,65732)"
        }
      }
    },
    "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
64267 65584 product 0 76500 M 0 D 0 0 30in-Ellington-Studio-Cable-975-galvanized-CMG_1q4p-3b.jpg Ellington 30" Pendant, 975-Galvanized, CMG-Grey Cloth Cord, Shown with 40W G40 Bulb 1000 1000 76500
64868 65590 product 0 77101 M 0 D 0 0 LOVELL-hardwire-765-delphite_q6fi-cc.jpg Lovell Wall Sconce, 715-Delphite Blue, Galvanized Arm, SWH-Standard White Cord 1000 1000 77101
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
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
66385 65672 product 0 78618 M 0 D 0 0 fire-chief-stem-12in-975-galvanizes-swivel.jpg 12" Fire Chief, 975-Galvanized, Swivel Knuckle 1000 1000 78618
67855 65720 product 0 80088 M 0 D 0 0 Parabolic-Adjustable-Sconce-997-raw-brass-with-arm.jpg Parabolic Wall Sconce, 997-Natural Raw Brass, Extended Arm 1000 1000 80088
68046 65732 product 0 80279 M 0 D 0 0 Avalon-42in-Stem-705-navy.jpg 42" Avalon, 705-Navy 1000 1000 80279
68348 65770 product 0 80581 M 0 D 0 0 kao-sconce-355-jadite-alt_wj2u-q7.jpg Kao Wall Mount Light, 355-Jadite 1000 1000 80581
69271 65803 product 0 81504 M 0 D 0 0 Laramie-studio-pendant-30in-500-buttery-yellow-black-white-cloth-cord.jpg 30" Laramie, 500-Buttery Yellow, CSBG-Black & Gold Cloth Cord 1000 1000 81504
69346 65814 product 0 81579 M 0 D 0 0 Chestnut-studio-pendant-30in-300-dark-green-black-brown-chevron-cord.jpg 30" Chestnut, 300-Dark Green, CSBB-Black & Brown Chevron Cord 1000 1000 81579
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