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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    4343, 2379, 2380, 11140, 11141, 4340, 
    2364, 2381, 2460, 11138, 4396, 4337, 
    4341, 4342
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00104

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "33.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "14.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 14,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "index_condition": "((`dev_yourmart_co_bw`.`cscart_images_links`.`object_type` = 'product') and (`dev_yourmart_co_bw`.`cscart_images_links`.`type` = 'M') and (`dev_yourmart_co_bw`.`cscart_images_links`.`object_id` in (4343,2379,2380,11140,11141,4340,2364,2381,2460,11138,4396,4337,4341,4342)))",
            "cost_info": {
              "read_cost": "8.41",
              "eval_cost": "1.40",
              "prefix_cost": "9.81",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "dev_yourmart_co_bw.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.50",
              "eval_cost": "1.40",
              "prefix_cost": "14.71",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "dev_yourmart_co_bw.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.50",
              "eval_cost": "1.40",
              "prefix_cost": "19.61",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

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 HEINEKEN_330ML_BEER_NRB_24_x_330ML.jpg 225 225 N 3510 2364 product 4329 M 0 4329
0 AMSTEL_330ML_BEER_LAGER_NRB__6_x_330ML.jpg 500 500 N 3524 2379 product 4343 M 0 4343
0 AMSTEL_330ML_BEER_LAGER_NRB__24_x_330ML.jpg 500 500 N 3525 2380 product 4344 M 0 4344
0 HEINEKEN_330ML_BEER_NRB__6_x_330ML.jpg 500 500 N 3526 2381 product 4345 M 0 4345
0 Stlouis_750ml_5dnm-15.jpg 566 800 N 3571 2460 product 4390 M 0 4390
0 WINDHOEK_440ML_BEER_DRAUGHT_CAN__24_x_440ML.jpg 515 515 N 5824 4337 product 6622 M 0 6622
0 HEINEKEN_440ML_BEER_CAN__24_x_440ML.jpg 515 515 N 5827 4340 product 6625 M 0 6625
0 WINDHOEK_440ML_BEER_LAGER_PREMIUM__6_x_440ML.jpg 238 212 N 5828 4341 product 6626 M 0 6626
0 WINDHOEK_440ML_BEER_LAGER_PREMIUM__24_x_440ML.jpg 515 515 N 5829 4342 product 6627 M 0 6627
0 AMSTEL_440ML_BEER_LAGER_CAN__24_x_440ML.jpg 515 515 N 5830 4343 product 6628 M 0 6628
0 Stripedhourse.jpg 1125 1125 N 5913 4396 product 6713 M 0 6713
0 Stripedhourse.jpg 1125 1125 N 10596 11138 product 11337 M 0 11337
0 BAVARIA_BEER_0__MALT_330ML.jpg 600 600 N 10598 11140 product 11339 M 0 11339
0 BAVARIA_BEER_0__MALT_330ML_u3eo-bv.jpg 600 600 N 10599 11141 product 11340 M 0 11340