SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 = 'ja' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    133, 277, 278, 139, 191, 192, 180, 179, 
    136, 111, 213, 216, 211, 212
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00079

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": 14,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (133,277,278,139,191,192,180,179,136,111,213,216,211,212)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_purchase_fl_com.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "108",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_purchase_fl_com.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'ja' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 Panda_Come_Together_close.jpg 1000 1000 N 338 180 product 8786 M 0 8786
0 Flute_Panda_close.jpg 1000 1000 N 560 212 product 8863 M 0 8863
0 Panda_Behind_the_scene_close.jpg 1000 1000 N 808 278 product 8926 M 0 8926
0 Flute_Panda_close_z1n1-zz.jpg 1000 1000 N 1139 111 product 9220 M 0 9220
0 Panda_Behind_the_scene_close_mfte-ly.jpg 1000 1000 N 1152 133 product 9233 M 0 9233
0 Panda_Come_Together_close_mv19-19.jpg 1000 1000 N 1155 136 product 9236 M 0 9236
0 Panda_Smoking_panda_close_3tk8-jo.jpg 1000 1000 N 1157 139 product 9238 M 0 9238
0 Panda_Come_Together_close_7lvx-c0.jpg 1000 1000 N 1168 179 product 9249 M 0 9249
0 Panda_Smoking_panda_a3sr-gh.jpg 1000 1000 N 1179 191 product 9260 M 0 9260
0 Panda_Smoking_panda_himl-r0.jpg 1000 1000 N 1180 192 product 9261 M 0 9261
0 Flute_Panda_close_vwgp-1a.jpg 1000 1000 N 1187 211 product 9268 M 0 9268
0 Flute_Panda_blue_close_8zke-l1.jpg 1000 1000 N 1188 213 product 9269 M 0 9269
0 Flute_Panda_Gray_close_yvek-wu.jpg 1000 1000 N 1190 216 product 9271 M 0 9271
0 Panda_Behind_the_scene_close_ht73-ob.jpg 1000 1000 N 1200 277 product 9281 M 0 9281