INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '244a413758a4354288587365953091ed5d1430434a86ee17311db22f360318e4', 
    'm0A6AA4xabfVnpoPYoyiXeEtBc4uaI6s5nHt+OEvves=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)