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 (
    65814, 65815, 65720, 65732, 65805, 65804, 
    65733, 65813, 65734, 65101, 65721, 
    65685
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00080

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 (65814,65815,65720,65732,65805,65804,65733,65813,65734,65101,65721,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
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
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
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
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
68046 65732 product 0 80279 M 0 D 0 0 Avalon-42in-Stem-705-navy.jpg 42" Avalon, 705-Navy 1000 1000 80279
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
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
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
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