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 (61692, 61695, 61699, 61531, 65454) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00088

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": 46,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61692,61695,61699,61531,65454)"
        }
      }
    },
    "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
16715 61531 product 0 28282 A 0 D 0 0
16716 61531 product 0 28283 A 0 D 0 0
16871 61531 product 0 28457 A 0 D 0 0
16875 61531 product 0 28461 A 0 D 0 0
17246 61692 product 0 28813 A 0 D 0 0
64646 61531 product 0 76879 A 0 D 0 0
64647 61531 product 0 76880 A 0 D 0 0
64660 65454 product 0 76893 A 0 D 0 0
64672 61699 product 0 76905 A 0 D 0 0
64680 61695 product 0 76913 A 0 D 0 0
17247 61692 product 0 28814 A 1 D 0 0
17253 61695 product 0 28820 A 1 D 0 0
64658 65454 product 0 76891 A 1 D 0 0
67482 61699 product 0 79715 A 1 C 0 0
17252 61695 product 0 28819 A 2 D 0 0
64643 61692 product 0 76876 A 2 D 0 0
64662 65454 product 0 76895 A 2 D 0 0
67481 61699 product 0 79714 A 2 C 0 0
17249 61692 product 0 28816 A 3 D 0 0
55542 61699 product 0 67775 A 3 C 0 0
64659 65454 product 0 76892 A 3 D 0 0
64678 61695 product 0 76911 A 3 D 0 0
17248 61692 product 0 28815 A 4 D 0 0
64663 65454 product 0 76896 A 4 D 0 0
64679 61695 product 0 76912 A 4 D 0 0
65288 61699 product 0 77521 A 4 C 0 0
17267 61699 product 0 28846 A 5 D 0 0
60332 61695 product 0 72565 A 5 D 0 0
64645 61692 product 0 76878 A 5 D 0 0
64664 65454 product 0 76897 A 5 D 0 0
64644 61692 product 0 76877 A 6 D 0 0
64661 65454 product 0 76894 A 6 D 0 0
64669 61699 product 0 76902 A 6 D 0 0
57168 61692 product 0 69401 A 7 C 1 1781
64671 61699 product 0 76904 A 7 D 0 0
57166 61692 product 0 69399 A 8 C 0 0
64673 61699 product 0 76906 A 8 D 0 0
17268 61699 product 0 28847 A 9 D 0 0
57167 61692 product 0 69400 A 9 C 0 0
50711 61692 product 0 62944 A 10 C 0 0
64670 61699 product 0 76903 A 10 D 0 0
50712 61692 product 0 62945 A 11 C 0 0
65289 61699 product 0 77522 A 11 C 0 0
69180 61692 product 0 81413 A 11 C 0 0
69181 61692 product 0 81414 A 11 C 0 0
67483 61699 product 0 79716 A 12 C 0 0