SELECT 
  video_id, 
  product_id 
FROM 
  netting_ab__video_gallery 
WHERE 
  product_id IN (
    531, 533, 534, 535, 536, 537, 538, 539, 
    540, 541, 542, 543, 544, 545, 546, 547, 
    569, 570, 571, 572, 592, 593, 594, 595, 
    596, 597, 598, 599, 600, 601, 602, 603, 
    604, 605, 606, 607, 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
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_ab__video_gallery",
          "access_type": "ref",
          "possible_keys": ["status", "product_id"],
          "key": "status",
          "key_length": "3",
          "used_key_parts": ["status"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "netting_ab__video_gallery.`status` = 'A'",
          "attached_condition": "netting_ab__video_gallery.product_id in (531,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,569,570,571,572,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,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) and netting_ab__video_gallery.storefront_id in (1,0)"
        }
      }
    ]
  }
}