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.image_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 (
    60749, 60748, 60739, 60745, 60753, 60746, 
    60736, 60731, 60726, 60750, 60734, 
    61388, 60741, 60747, 60730, 60740, 
    61387, 60742, 61171, 60732, 60733, 
    60737, 61385, 60751
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00117

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": 24,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (60749,60748,60739,60745,60753,60746,60736,60731,60726,60750,60734,61388,60741,60747,60730,60740,61387,60742,61171,60732,60733,60737,61385,60751)"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
12274 60726 product 0 21508 M 0 D 0 0
12293 60730 product 0 21546 M 0 D 0 0
12294 60731 product 0 21548 M 0 D 0 0
12295 60732 product 0 21550 M 0 D 0 0
12296 60733 product 0 21552 M 0 D 0 0
12299 60736 product 0 21558 M 0 D 0 0
12300 60737 product 0 21560 M 0 D 0 0
12303 60740 product 0 21566 M 0 D 0 0
12305 60742 product 0 21570 M 0 D 0 0
12326 60745 product 0 21612 M 0 D 0 0
12327 60746 product 0 21614 M 0 D 0 0
12328 60747 product 0 21616 M 0 D 0 0
12331 60750 product 0 21622 M 0 D 0 0
12332 60751 product 0 21624 M 0 D 0 0
12333 60753 product 0 21626 M 0 D 0 0
15879 61385 product 0 27378 M 0 D 0 0
15884 61388 product 0 27383 M 0 D 0 0
15885 61387 product 0 27384 M 0 D 0 0
37742 60739 product 0 49975 M 0 D 0 0
49318 60748 product 0 61551 M 0 D 0 0
49319 61171 product 0 61552 M 0 D 0 0
49320 60734 product 0 61553 M 0 D 0 0
75664 60749 product 0 87897 M 0 D 0 0
75665 60741 product 0 87898 M 0 D 0 0