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 (64340, 61387, 61388, 64339) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00115

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": 42,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64340,61387,61388,64339)"
        }
      }
    },
    "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
62313 61388 product 0 74546 A 0 D 0 0
62314 61388 product 0 74547 A 0 D 0 0
62315 61388 product 0 74548 A 0 D 0 0
62316 61387 product 0 74549 A 0 D 0 0
62322 64339 product 0 74555 A 0 D 0 0
62325 64340 product 0 74558 A 0 D 0 0
62317 61387 product 0 74550 A 1 D 0 0
62323 64339 product 0 74556 A 1 D 0 0
62326 64340 product 0 74559 A 1 D 0 0
62318 61387 product 0 74551 A 2 D 0 0
62324 64339 product 0 74557 A 2 D 0 0
62327 64340 product 0 74560 A 2 D 0 0
33744 64340 product 0 45977 A 3 C 0 0
56047 64339 product 0 68280 A 3 C 0 0
58094 61388 product 0 70327 A 3 C 0 0
68024 61387 product 0 80257 A 3 D 0 0
33594 61388 product 0 45827 A 4 C 0 0
49914 64339 product 0 62147 A 4 C 0 0
56386 64340 product 0 68619 A 4 C 0 0
68022 61387 product 0 80255 A 4 D 0 0
52140 64339 product 0 64373 A 5 C 0 0
56118 61388 product 0 68351 A 5 C 0 0
57032 64340 product 0 69265 A 5 C 0 0
68023 61387 product 0 80256 A 5 D 0 0
54233 64339 product 0 66466 A 6 C 0 0
58093 61388 product 0 70326 A 6 C 0 0
58493 64340 product 0 70726 A 6 C 0 0
68025 61387 product 0 80258 A 6 D 0 0
33691 61388 product 0 45924 A 7 C 0 0
54234 64339 product 0 66467 A 7 C 0 0
62407 64340 product 0 74640 A 7 C 0 0
68016 61387 product 0 80249 A 7 C 0 0
53844 61388 product 0 66077 A 8 C 0 0
56053 64339 product 0 68286 A 8 C 0 0
56051 64339 product 0 68284 A 9 C 0 0
61809 61388 product 0 74042 A 9 C 0 0
61808 61388 product 0 74041 A 10 C 0 0
67216 61388 product 0 79449 A 10 C 0 0
58890 64339 product 0 71123 A 11 C 0 0
61882 64339 product 0 74115 A 12 C 0 0
60029 64339 product 0 72262 A 13 C 0 0
60030 64339 product 0 72263 A 14 C 0 0