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 (
    65424, 65650, 65681, 60738, 65793, 62671, 
    64340, 61386, 65672, 65425, 65300, 
    65534
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00081

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 (65424,65650,65681,60738,65793,62671,64340,61386,65672,65425,65300,65534)"
        }
      }
    },
    "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
12301 60738 product 0 21562 M 0 D 0 0 G10_Gooseneck_Arm_-_Barn_Light_Electric.png G10 Gooseneck Arm 3334 3334 21562
22717 62671 product 0 34615 M 0 D 0 0 LED-decorative-backing-plate-975-galvanized.jpg LED Decorative Backing Plate Cover, 975-Galvanized 1000 1000 34615
30287 64340 product 0 42510 M 0 D 0 0 G65_Gooseneck_Arm_-_Barn_Light_Electric.png G65 Gooseneck Arm 3334 3334 42510
37745 61386 product 0 49978 M 0 D 0 0 G35_Gooseneck_Arm_-_Barn_Light_Electric.png G35 Gooseneck Arm 3334 3334 49978
56558 65300 product 0 68791 M 0 D 0 0 conoco-flush-mount-12in-300-green.jpg 12" Conoco, 300-Dark Green, Nostalgic Edison-Style 1910 Era 60 Watt Light Bulb 1000 1000 68791
59080 65424 product 0 71313 M 0 D 0 0 Bomber-flush-mount-17in-705-navy-975-galvanized.jpg 17" Bomber, 705-Navy, Mounting in 975-Galvanized 1000 1000 71313
59126 65425 product 0 71359 M 0 D 0 0 marathon-flush-mount-16in-490-magenta-100-black.jpg 16" Marathon, 490-Magenta, Mounting in 100-Black, Shown with LED Edison T14 Bulb 1000 1000 71359
64559 65534 product 0 76792 M 0 D 0 0 kao-acorn-royal-blue-3-painted-band-csuw.jpg Kao Acorn Schoolhouse Pendant, 700-Royal Blue, Opaque Glass, Three Painted Band, CSUW-Blue & White Cloth Cord 1000 1000 76792
65652 65650 product 0 77885 M 0 D 0 0 Homestead-Pendant-Amber-Glass-Chocolate-Paddle-Switch-Gold-White-Cord_mjdz-cx.jpg Homestead Pendant, Amber Glass, Cup in 601-Chocolate, With Arms, Paddle Switch, CSGW-Gold & White Cloth Cord 1000 1000 77885
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
66560 65681 product 0 78793 M 0 D 0 0 _original-STUDIO-CABLE-24in-390-teal-CMG_m4tt-dh.jpg 24" The Originalâ„¢ Studio Light, 390-Teal, CMG-Grey Cloth Cord 1000 1000 78793
69005 65793 product 0 81238 M 0 D 0 0 LOMA-Chandelier-Linear-2-Light-12in-painted-copper-100-black-incandescent.jpg Loma 2-Light Chandelier, 12" Shades, 940-Painted Aged Copper, 12" Arms, Mounting in 100-Black 1000 1000 81238