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 = 'A' 
  AND cscart_images_links.object_id IN (61455, 61456, 61458, 61466) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00082

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": 41,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61455,61456,61458,61466)"
        }
      }
    },
    "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
16328 61458 product 0 27848 A 0 D 0 0
16330 61456 product 0 27850 A 0 D 0 0
65120 61455 product 0 77353 A 0 D 0 0
65606 61466 product 0 77839 A 0 D 0 0
68028 61456 product 0 80261 A 0 C 0 0
16319 61466 product 0 27839 A 1 D 0 0
28348 61456 product 0 40541 A 1 C 0 0
58066 61458 product 0 70299 A 1 C 0 0
65122 61455 product 0 77355 A 1 D 0 0
58068 61458 product 0 70301 A 2 C 0 0
65104 61456 product 0 77337 A 2 C 0 0
65123 61455 product 0 77356 A 2 D 0 0
65609 61466 product 0 77842 A 2 D 0 0
30258 61456 product 0 42481 A 3 C 0 0
65124 61455 product 0 77357 A 3 D 0 0
65608 61466 product 0 77841 A 3 D 0 0
68029 61456 product 0 80262 A 3 C 0 0
68383 61458 product 0 80616 A 3 C 0 0
55763 61466 product 0 67996 A 4 D 0 0
65126 61455 product 0 77359 A 4 D 0 0
68382 61458 product 0 80615 A 4 C 0 0
58069 61458 product 0 70302 A 5 C 0 0
65134 61455 product 0 77367 A 5 D 0 0
65607 61466 product 0 77840 A 5 D 0 0
55762 61466 product 0 67995 A 6 D 0 0
65125 61455 product 0 77358 A 6 D 0 0
32326 61466 product 0 44559 A 7 C 0 0
66207 61466 product 0 78440 A 7 C 0 0
69129 61455 product 0 81362 A 7 C 0 0
69130 61455 product 0 81363 A 8 C 0 0
68402 61455 product 0 80635 A 9 C 0 0
68401 61455 product 0 80634 A 10 C 0 0
32514 61455 product 0 44747 A 11 C 0 0
46278 61455 product 0 58511 A 12 C 0 0
19070 61455 product 0 30777 A 13 C 0 0
23522 61455 product 0 35450 A 14 C 0 0
53614 61455 product 0 65847 A 15 C 0 0
21190 61455 product 0 33071 A 16 C 0 0
46279 61455 product 0 58512 A 17 C 0 0
53615 61455 product 0 65848 A 18 C 0 0
53616 61455 product 0 65849 A 19 C 0 0