SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    2187, 2260, 1861, 1747, 1780, 1797, 1823, 
    1782, 1798, 1772, 1755, 2028, 2118, 
    2116, 2117, 1966, 1967, 1965, 2026, 
    2027, 2131, 1938, 2025, 2062, 2369, 
    1856, 2205, 1846, 1885, 1873, 1824, 
    1869, 2004, 2140, 2139, 2141, 2150, 
    1935, 2003, 2007, 2076, 1867, 2029, 
    2361, 1825, 1826, 2390, 2391, 2270, 
    2272, 2273, 2308, 2378, 2220, 2022, 
    2015, 1980, 1976, 1927, 2058, 1975, 
    1964, 2136, 1749, 1973, 2339, 1974, 
    2354, 1972, 2352, 2030, 2269, 2289, 
    2167, 2128, 1968, 1969, 2192, 2297, 
    2037
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.35"
    },
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ref",
      "possible_keys": [
        "status",
        "product_id"
      ],
      "key": "status",
      "used_key_parts": [
        "status"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.25",
        "eval_cost": "0.10",
        "prefix_cost": "0.35",
        "data_read_per_join": "96"
      },
      "used_columns": [
        "video_id",
        "product_id",
        "status",
        "storefront_id"
      ],
      "attached_condition": "((`cscartdevel`.`cscart_ab__video_gallery`.`product_id` in (2187,2260,1861,1747,1780,1797,1823,1782,1798,1772,1755,2028,2118,2116,2117,1966,1967,1965,2026,2027,2131,1938,2025,2062,2369,1856,2205,1846,1885,1873,1824,1869,2004,2140,2139,2141,2150,1935,2003,2007,2076,1867,2029,2361,1825,1826,2390,2391,2270,2272,2273,2308,2378,2220,2022,2015,1980,1976,1927,2058,1975,1964,2136,1749,1973,2339,1974,2354,1972,2352,2030,2269,2289,2167,2128,1968,1969,2192,2297,2037)) and (`cscartdevel`.`cscart_ab__video_gallery`.`storefront_id` in (1,0)))"
    }
  }
}