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 (
    1371, 456, 461, 460, 466, 464, 1393, 1388, 
    455, 454, 453, 331, 459, 457, 467, 1387, 
    462, 458, 465, 463
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00139

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "130.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "23.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": 23,
            "rows_produced_per_join": 23,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`cscart_images_links`.`object_type` = 'product') and (`eshopuga_upgr_4122`.`cscart_images_links`.`type` = 'M') and (`eshopuga_upgr_4122`.`cscart_images_links`.`object_id` in (1371,456,461,460,466,464,1393,1388,455,454,453,331,459,457,467,1387,462,458,465,463)))",
            "cost_info": {
              "read_cost": "47.61",
              "eval_cost": "4.60",
              "prefix_cost": "52.21",
              "data_read_per_join": "2K"
            },
            "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": [
              "eshopuga_upgr_4122.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 23,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "23.00",
              "eval_cost": "4.60",
              "prefix_cost": "79.81",
              "data_read_per_join": "17K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ],
            "attached_condition": "<if>(is_not_null_compl(cscart_images), (`eshopuga_upgr_4122`.`cscart_images_links`.`detailed_id` = `eshopuga_upgr_4122`.`cscart_images`.`image_id`), true)"
          }
        },
        {
          "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": "107",
            "ref": [
              "eshopuga_upgr_4122.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 23,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "23.00",
              "eval_cost": "4.60",
              "prefix_cost": "107.41",
              "data_read_per_join": "13K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(cscart_common_descriptions), (`eshopuga_upgr_4122`.`cscart_common_descriptions`.`object_id` = `eshopuga_upgr_4122`.`cscart_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

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 FRUITFUL.jpg 458 458 N 1611 331 product 1729 M 0 1729
0 FRUIT_WINE_BASKET.jpg 300 325 N 1750 453 product 1868 M 0 1868
0 ESHOP_MIXTURE.jpg 450 450 N 1751 454 product 1869 M 0 1869
0 EQUATOR.jpg 550 596 N 1752 455 product 1870 M 0 1870
0 ALL_FRUIT_BASKET.jpg 550 596 N 1753 456 product 1871 M 0 1871
0 HOLIDAY_BASKET.jpg 550 596 N 1754 457 product 1872 M 0 1872
0 SUNSHINE_BASKET.jpg 300 300 N 1755 458 product 1873 M 0 1873
0 FUN_TIME.jpg 240 300 N 1756 459 product 1874 M 0 1874
0 COMBINATION_MIX.jpg 550 596 N 1757 460 product 1875 M 0 1875
0 AWAY_FOR_FUN.jpg 550 596 N 1758 461 product 1876 M 0 1876
0 MuQUIRE.jpg 640 640 N 1759 462 product 1877 M 0 1877
0 UGANDA_BASKET.jpg 973 1148 N 1760 463 product 1878 M 0 1878
0 ELEGANT_BASKET.jpg 460 487 N 1761 464 product 1879 M 0 1879
0 FULL_OF_SUPRISES.jpg 407 385 N 1762 465 product 1880 M 0 1880
0 DELIGHTFUL_BASKET.jpg 330 370 N 1763 466 product 1881 M 0 1881
0 HEALTHY_LARRY.jpg 321 346 N 1764 467 product 1882 M 0 1882
0 After_Dinner_Toast.jpg 350 350 N 2732 1371 product 2850 M 0 After Dinner Toast 2850
0 Mellow_Mood.jpg 300 300 N 2748 1387 product 2866 M 0 Mellow Mood 2866
0 Entangling_Love.jpg 300 300 N 2749 1388 product 2867 M 0 Entangling Love 2867
0 ENERGY_BLAST_GIFT_BASKET.jpg 300 300 N 2754 1393 product 2872 M 0 ENERGY BLAST GIFT BASKET 2872