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 (
    65456, 65805, 65457, 65804, 65733, 65813, 
    65734, 65101, 65585, 65721, 65462, 
    65685
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00078

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 (65456,65805,65457,65804,65733,65813,65734,65101,65585,65721,65462,65685)"
        }
      }
    },
    "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
59071 65456 product 0 71304 M 0 D 0 0 aero-flush-mount-vented-14in-705-navy.jpg 14" Aero Vented, 705-Navy, Narrow Slot Vents 1000 1000 71304
62208 65101 product 0 74441 M 0 D 0 0 sinclair-28in-500-buttery-yellow-CSBG-studio-cable-alt2.jpg 28" Sinclair, 500-Buttery Yellow, CSBG-Black & Gold Cloth Cord, Shown with Noma LED Tala Lamp 1000 1000 74441
63580 65457 product 0 75813 M 0 D 0 0 wilcox-vented-flush-mount-20in-400-barn-red-100-black.jpg 20" Wilcox Vented, 400-Barn Red, Circle Vents, Mounting in 100-Black 1000 1000 75813
63934 65585 product 0 76167 M 0 D 0 0 810002-string-lights.jpeg 48' String Light Set with Bulbs 1000 1000 76167
66918 65685 product 0 79151 M 0 D 0 0 original-stem-12in-100-black-16in-stem.jpg 12" The Originalâ„¢, 100-Black, 18" Stem 1000 1000 79151
66973 65462 product 0 79206 M 0 D 0 0 blue-collar-flush-mount-490-magenta-100-black-rib.jpg 16" Blue Collar, 490-Magenta, RIB-Ribbed Glass, Mounting in 100-Black 1000 1000 79206
67858 65721 product 0 80091 M 0 D 0 0 Parabolic-Adjustable-Sconce-plug-in-100-black-red-cloth-cord-with-arm.jpg Parabolic Plug-In Wall Sconce, 100-Black, Extended Arm, CSR-Red Cloth Cord 1000 1000 80091
68102 65733 product 0 80335 M 0 D 0 0 Avalon-42in-Studio-Cable-307-emerald-CSBB_1021-8u.jpg 42" Avalon, 307-Emerald Green, CSBB-Black & Brown Cloth Cord 1000 1000 80335
68110 65734 product 0 80343 M 0 D 0 0 Avalon-42in-chain-400-barn-red-CSR.jpg 42" Avalon, 400-Barn Red, CSR-Red Cloth Cord 1000 1000 80343
69295 65805 product 0 81528 M 0 D 0 0 Laramie-chain-pendant-30in-300-dark-green-black-and-white-cloth-cord-100-black.jpg 30" Laramie, 300-Dark Green, Mounting in 100-Black, CSBW-Black & White Cloth Cord 1000 1000 81528
69321 65804 product 0 81554 M 0 D 0 0 Laramie-stem-pendant-30in-705-navy.jpg 30" Laramie, 705-Navy 1000 1000 81554
69370 65813 product 0 81603 M 0 D 0 0 Chestnut-chain-pendant-30in-390-teal-white-cloth-cord.jpg 30" Chestnut, 390-Teal, CSW-White Cloth Cord 1000 1000 81603