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 (
    61623, 62174, 62054, 62226, 61342, 62055, 
    61077, 61075, 61082, 61180, 61478, 
    61429
  ) 
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 (61623,62174,62054,62226,61342,62055,61077,61075,61082,61180,61478,61429)"
        }
      }
    },
    "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
14285 61077 product 0 25080 M 0 D 0 0 Marathon-SoHo-Studio-Cable-14in-380-chartreuse.jpg 14" Marathon SoHo, 380-Chartreuse 1000 1000 25080
14289 61075 product 0 25084 M 0 D 0 0 Canal-SoHo-Studio-Cable-400-barn-red.jpg Canal SoHo Studio Light, 400-Barn Red 1000 1000 25084
14420 61082 product 0 25271 M 0 D 0 0 Lafayette-SoHo-Stem-390-magenta-100-black.jpg Lafayette SoHo, 390-Magenta, Mounting in 100-Black 1000 1000 25271
14616 61180 product 0 25541 M 0 D 0 0 Fargo-sconce-100-black-WC-400-barn-red.jpg Fargo Wall Sconce, 100-Black, Mounting in 400-Barn Red, Wire Cage, 100-Black 1000 1000 25541
15762 61342 product 0 27246 M 0 D 0 0 sydney-stem-16in-100-black-390-teal-CLR.jpg 16" Sydney, 100-Black, Guard in 390-Teal, CLR-Clear Glass, Mounting in 980-Brushed Aluminum 1000 1000 27246
16212 61429 product 0 27732 M 0 D 0 0 Industrial-guard-stem-400-barn-red-CGG-CLR.jpg Industrial Guard Stem Mount Pendant Light, 400-Barn Red, Topless Shade, CGG-Standard Cast Guard, CLR-Clear Glass 1000 1000 27732
16353 61478 product 0 27873 M 0 D 0 0 Atomic-2-Light-975-topless-galvanized-490-magenta-WGG-RIB.jpg Merger 2-Light Chandelier, 975-Galvanized, Topless Shade, WGG-Wire Guard, 490-Magenta, RIB-Ribbed Glass 1000 1000 27873
16980 61623 product 0 28520 M 0 D 0 0 primary-schoolhouse-chandelier-4-light-straight-arm-large-glass-clear-805-charcoa-granite-double-painted-band-100-black-sc.jpg Primary 4-Light Schoolhouse Chandelier, 805-Charcoal Granite, Large Clear Glass, Double Painted Band, 100-Black 1000 1000 28520
19708 62054 product 0 31497 M 0 D 0 0 vented-original-cord-16in-industrial-grey-800-orange-cloth-cord.jpg 16" The Originalâ„¢ Vented Pendant, 800-Industrial Grey, Circle Vents, Orange Cloth Cord 1000 1000 31497
19724 62055 product 0 31513 M 0 D 0 0 vented-original-stem-16in-400-barn-red-charcoal-granite.jpg 16" The Originalâ„¢ Vented Stem Mount, 400-Barn Red, Narrow Slot Vents, Mounting in 805-Charcoal Granite 1000 1000 31513
20231 62174 product 0 32047 M 0 D 0 0 Brisbane-Gooseneck-16in-975-galvanized-400-barn-red-G22-RIB.jpg 16" Brisbane, 975-Galvanized, Guard in 400-Barn Red, RIB-Ribbed Glass, G22 Gooseneck Arm 1000 1000 32047
20638 62226 product 0 32467 M 0 D 0 0 Getty_Navy_White_Cloth_Cord-copy.jpg 10" Gladstone Pendant, 705-Navy, Brass Socket with Knob Switch, CSW-White Cloth Cord 600 600 32467