SELECT 
  netting_images.*, 
  netting_images_links.*, 
  netting_common_descriptions.description AS alt, 
  netting_images.image_id AS images_image_id 
FROM 
  netting_images_links 
  LEFT JOIN netting_images ON netting_images_links.detailed_id = netting_images.image_id 
  LEFT JOIN netting_common_descriptions ON netting_common_descriptions.object_id = netting_images.image_id 
  AND netting_common_descriptions.object_holder = 'images' 
  AND netting_common_descriptions.lang_code = 'en' 
WHERE 
  netting_images_links.object_type = 'product' 
  AND netting_images_links.type = 'M' 
  AND netting_images_links.object_id IN (
    531, 533, 534, 535, 536, 537, 538, 539, 
    540, 541, 542, 543, 544, 545, 546, 547, 
    570, 571, 572, 592, 593, 594, 595, 596, 
    597, 598, 599, 600, 601, 602, 603, 604, 
    605, 606, 607, 569, 611, 612, 706, 707, 
    708, 709, 710, 711, 712, 713, 714, 715, 
    716, 717, 718, 719, 720, 721, 757, 758, 
    759, 761, 762, 763, 764, 765, 766, 767, 
    768, 769, 770, 771, 772, 773, 774, 775, 
    776
  ) 
ORDER BY 
  netting_images_links.position, 
  netting_images_links.pair_id

Query time 0.00220

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "netting_images_links.position, netting_images_links.pair_id",
            "table": {
              "table_name": "netting_images_links",
              "access_type": "ALL",
              "possible_keys": ["object_id"],
              "rows": 580,
              "filtered": 17.06896591,
              "attached_condition": "netting_images_links.object_type = 'product' and netting_images_links.`type` = 'M' and netting_images_links.object_id in (531,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,570,571,572,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,569,611,612,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,757,758,759,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "netting_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["pucuda_cscart.netting_images_links.detailed_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "netting_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": ["pucuda_cscart.netting_images.image_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(netting_common_descriptions.object_holder = 'images' and netting_common_descriptions.lang_code = 'en' and trigcond(netting_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 gray.png 724 971 N 7249 531 product 9091 M 1 9091
0 navy_qlm9-oi.png 724 971 N 7250 533 product 9092 M 1 9092
0 royalblue.png 724 971 N 7251 534 product 9093 M 1 9093
0 hunters_greeen.png 724 971 N 7252 535 product 9094 M 1 9094
0 kelly_green.png 724 971 N 7253 536 product 9095 M 1 9095
0 teal_9fx9-0x.png 724 971 N 7254 537 product 9096 M 1 9096
0 aqua_usii-hr.png 724 971 N 7255 538 product 9097 M 1 9097
0 purple_s3jc-hp.png 724 971 N 7256 539 product 9098 M 1 9098
0 brown_rkke-yb.png 724 971 N 7257 540 product 9099 M 1 9099
0 burgundy_5tia-pd.png 724 971 N 7258 541 product 9100 M 1 9100
0 red_oc52-aq.png 724 971 N 7259 542 product 9101 M 1 9101
0 gold_4wmf-st.png 724 971 N 7260 543 product 9102 M 1 9102
0 hotpink_6u68-j7.png 724 971 N 7261 544 product 9103 M 1 9103
0 pink_ui49-d2.png 724 971 N 7262 545 product 9104 M 1 9104
0 orange_1xy7-jj.png 724 971 N 7263 546 product 9105 M 1 9105
0 yellow_v8by-iw.png 724 971 N 7264 547 product 9106 M 1 9106
0 jute_34gw-8w.png 724 971 N 7339 612 product 9111 M 1 9111
0 black_8k8g-wr.webp 1500 1283 N 7541 757 product 9205 M 1 9205
0 black_eq4z-bb.png 724 971 N 7279 570 product 9115 M 2 9115
0 jute_k9ur-2n.png 724 971 N 7280 572 product 9116 M 2 9116
0 gray_sq0c-dr.png 724 971 N 7319 592 product 9121 M 2 9121
0 navy_qrg8-s2.png 724 971 N 7323 593 product 9125 M 2 9125
0 royalblue_d5d7-p4.png 724 971 N 7324 594 product 9126 M 2 9126
0 hunters_greeen_5swb-db.png 724 971 N 7325 595 product 9127 M 2 9127
0 kelly_green_m0sj-s2.png 724 971 N 7326 596 product 9128 M 2 9128
0 teal_n0k6-a2.png 724 971 N 7327 597 product 9129 M 2 9129
0 aqua_94mi-r6.png 724 971 N 7328 598 product 9130 M 2 9130
0 purple_xikv-ie.png 724 971 N 7329 599 product 9131 M 2 9131
0 brown_6eyv-ya.png 724 971 N 7330 600 product 9132 M 2 9132
0 burgundy_xvwj-32.png 724 971 N 7331 601 product 9133 M 2 9133
0 red_o8wn-qo.png 724 971 N 7332 602 product 9134 M 2 9134
0 gold_yzlk-3q.png 724 971 N 7333 603 product 9135 M 2 9135
0 hotpink_0n1p-ls.png 724 971 N 7334 604 product 9136 M 2 9136
0 pink_3ey7-rj.png 724 971 N 7335 605 product 9137 M 2 9137
0 orange_6ceb-vb.png 724 971 N 7336 606 product 9138 M 2 9138
0 yellow_4e3l-md.png 724 971 N 7337 607 product 9139 M 2 9139
0 black_1t0l-o0.png 724 971 N 7340 569 product 9140 M 2 9140
0 gray.webp 1500 1283 N 7490 707 product 9186 M 2 9186
0 navy.webp 1500 1283 N 7491 708 product 9187 M 2 9187
0 royalblue_xhz5-um.png 1500 1283 N 7492 709 product 9188 M 2 9188
0 huntergreen.webp 1500 1283 N 7493 710 product 9189 M 2 9189
0 kellygreen.webp 1500 1283 N 7494 711 product 9190 M 2 9190
0 teal.webp 1500 1283 N 7495 712 product 9191 M 2 9191
0 aqua.webp 1500 1283 N 7496 706 product 9192 M 2 9192
0 purple.webp 1500 1283 N 7497 713 product 9193 M 2 9193
0 burgundy.webp 1500 1283 N 7498 715 product 9194 M 2 9194
0 red.webp 1500 1283 N 7499 716 product 9195 M 2 9195
0 hotpink.webp 1500 1283 N 7500 718 product 9196 M 2 9196
0 pink.webp 1500 1283 N 7501 719 product 9197 M 2 9197
0 orange.webp 1500 1283 N 7502 720 product 9198 M 2 9198
0 yellow.webp 1500 1283 N 7503 721 product 9199 M 2 9199
0 brown.webp 1500 1283 N 7504 714 product 9200 M 2 9200
0 gold_daza-e9.png 1500 1283 N 7505 717 product 9201 M 2 9201
0 white.webp 1500 1283 N 7544 758 product 9206 M 2 9206
0 jute_a7ew-rq.webp 1500 1283 N 7545 759 product 9207 M 2 9207
0 aqua_xwga-hu.webp 1500 1283 N 7563 761 product 9209 M 2 9209
0 gray_26vw-61.webp 1500 1283 N 7564 762 product 9210 M 2 9210
0 navy_0lw9-nz.webp 1500 1283 N 7565 763 product 9211 M 2 9211
0 royalblue_dsgs-iu.png 1500 1283 N 7566 764 product 9212 M 2 9212
0 huntergreen_8g20-ph.webp 1500 1283 N 7567 765 product 9213 M 2 9213
0 kellygreen_drit-33.webp 1500 1283 N 7568 766 product 9214 M 2 9214
0 teal_hp8c-6j.webp 1500 1283 N 7569 767 product 9215 M 2 9215
0 purple_wu30-1d.webp 1500 1283 N 7570 768 product 9216 M 2 9216
0 brown_2hr4-vu.webp 1500 1283 N 7571 769 product 9217 M 2 9217
0 burgundy_98o6-ej.webp 1500 1283 N 7572 770 product 9218 M 2 9218
0 red_rub0-yv.webp 1500 1283 N 7573 771 product 9219 M 2 9219
0 gold_q7st-cu.png 1500 1283 N 7574 772 product 9220 M 2 9220
0 hotpink_yn43-63.webp 1500 1283 N 7575 773 product 9221 M 2 9221
0 pink_9l1k-as.webp 1500 1283 N 7576 774 product 9222 M 2 9222
0 orange_xb79-8c.webp 1500 1283 N 7577 775 product 9223 M 2 9223
0 yellow_5owg-d2.webp 1500 1283 N 7578 776 product 9224 M 2 9224
0 white_4mvb-9p.png 724 971 N 7278 571 product 9114 M 3 9114
0 white_d9o5-sb.png 724 971 N 7342 611 product 9142 M 3 9142