INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b65d212ebd8583f316716b2de09bad98291b5ae6282a3c96c982f67460991056', 
    'KPqFDlaltxEzC6GUxnDzBAuLSb/ZdNllbSPjNVpOptE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)